From af7762784b6493f067b81d5b411531c1d904ef8d Mon Sep 17 00:00:00 2001 From: Aakash Hotchandani Date: Tue, 28 Jul 2026 16:45:48 +0530 Subject: [PATCH 1/4] test: add throwaway marker file to exercise the SDK PR Review Gate Test-only PR against `v8`. Adds a single scratch file under `.github/`; no source, build, or runtime code is touched. Safe to close without merging. --- .github/sdk-pr-review-test.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/sdk-pr-review-test.md diff --git a/.github/sdk-pr-review-test.md b/.github/sdk-pr-review-test.md new file mode 100644 index 0000000..42ecf96 --- /dev/null +++ b/.github/sdk-pr-review-test.md @@ -0,0 +1,10 @@ +# SDK PR Review Gate — test PR + +Throwaway file used to open a test PR against the `v8` line so the +SDK PR Review Gate and the SDK PR Review Agent can be exercised end-to-end. + +- No source, build, or runtime code is touched by this PR. +- Safe to close without merging; delete the branch afterwards. + +Created: 2026-07-28 +Target branch: `v8` From da383543afde789dd07888a2cc9c4e6100dce9b9 Mon Sep 17 00:00:00 2001 From: Aakash Hotchandani Date: Wed, 29 Jul 2026 11:08:51 +0530 Subject: [PATCH 2/4] chore: dummy commit to re-trigger the SDK PR Review Gate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No functional change — touches only the throwaway test marker file so the PR emits a `synchronize` event. --- .github/sdk-pr-review-test.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/sdk-pr-review-test.md b/.github/sdk-pr-review-test.md index 42ecf96..79402c7 100644 --- a/.github/sdk-pr-review-test.md +++ b/.github/sdk-pr-review-test.md @@ -8,3 +8,7 @@ SDK PR Review Gate and the SDK PR Review Agent can be exercised end-to-end. Created: 2026-07-28 Target branch: `v8` + +## Trigger log + +- 2026-07-29 — dummy commit to fire a `synchronize` event on the PR. From 18d7480ad8f8e9a6fdb8ff199f5bac435599c37e Mon Sep 17 00:00:00 2001 From: Aakash Hotchandani Date: Wed, 29 Jul 2026 17:34:10 +0530 Subject: [PATCH 3/4] Update sdk-pr-review-test.md --- .github/sdk-pr-review-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/sdk-pr-review-test.md b/.github/sdk-pr-review-test.md index 79402c7..151cf68 100644 --- a/.github/sdk-pr-review-test.md +++ b/.github/sdk-pr-review-test.md @@ -4,7 +4,7 @@ Throwaway file used to open a test PR against the `v8` line so the SDK PR Review Gate and the SDK PR Review Agent can be exercised end-to-end. - No source, build, or runtime code is touched by this PR. -- Safe to close without merging; delete the branch afterwards. +- Safe to close without merging; delete the branch afterwards . Created: 2026-07-28 Target branch: `v8` From 6833a9a92dcdcf09f0d180a32c3f0060a6c5db23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:04:23 +0000 Subject: [PATCH 4/4] chore(changeset): auto-generate from PR template (patch) --- .changeset/pr-106.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/pr-106.md diff --git a/.changeset/pr-106.md b/.changeset/pr-106.md new file mode 100644 index 0000000..049a280 --- /dev/null +++ b/.changeset/pr-106.md @@ -0,0 +1,5 @@ +--- +"@wdio/browserstack-service": patch +--- + +- N/A — test-only PR, nothing customer-facing.