From 960f5cdb2cb7ed8be26e07dc192458219e376f97 Mon Sep 17 00:00:00 2001 From: Aakash Hotchandani Date: Tue, 28 Jul 2026 16:45:29 +0530 Subject: [PATCH 1/3] test: add throwaway marker file to exercise the SDK PR Review Gate Test-only PR against `main`. 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..8989049 --- /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 `main` 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: `main` From 6f71ab5eea1bf55678d5dcadd25a9fe91a8a6962 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:16:43 +0000 Subject: [PATCH 2/3] chore(changeset): auto-generate from PR template (patch) --- .changeset/pr-105.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/pr-105.md diff --git a/.changeset/pr-105.md b/.changeset/pr-105.md new file mode 100644 index 0000000..049a280 --- /dev/null +++ b/.changeset/pr-105.md @@ -0,0 +1,5 @@ +--- +"@wdio/browserstack-service": patch +--- + +- N/A — test-only PR, nothing customer-facing. From 1794a7502bbaf6a5913cc0521d2c2e214e433f84 Mon Sep 17 00:00:00 2001 From: Aakash Hotchandani Date: Wed, 29 Jul 2026 11:08:29 +0530 Subject: [PATCH 3/3] 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 8989049..4874c82 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: `main` + +## Trigger log + +- 2026-07-29 — dummy commit to fire a `synchronize` event on the PR.