ci(sdk-pr-review-gate): green when the agent RAN on the latest commit, not only when it passes (v8) - #217
Merged
Conversation
…, not only when it passes (v8) Rolls the mandatory-to-run gate (SDK-7256) onto the v8 line. main already has this via #202; v8-based PRs (e.g. #212) were still running the old mandatory-to-pass gate on pull_request events, so a failing-but-run verdict kept the gate red. CI/workflow only. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rounak610
requested review from
pri-gadhiya and
shivam5643
and removed request for
a team
September 23, 2026 11:14
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited), Workspace UI (inherited) Review profile: ASSERTIVE Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
kamal-kaur04
approved these changes
Sep 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this about?
Rolls out the mandatory-to-run gate change (SDK-7256) onto the v8 line. The
gaterequired check now greens when the SDK PR Review Agent has run on the PR's latest commit (any verdict), not only when it passes; verdict advisory.mainalready has this via #202 — v8 was missed, so v8-based PRs (e.g. #212) still ran the old mandatory-to-pass gate onpull_requestevents and stayed red on a run-but-failing verdict. CI/workflow only.Related Jira task/s
https://browserstack.atlassian.net/browse/SDK-7256
Release (mandatory for every PR — required for the
ready-for-reviewlabel)Version bump: (required — tick exactly one)
Release notes type: (optional)
Release notes (customer-facing): (optional but encouraged)
Release notes (internal): (required — engineer-facing; what actually changed / why)
gaterequired check now turns green as soon as the SDK PR Review Agent has posted a verdict marker for the PR's current head commit (any verdict: success | failure | pending), instead of requiring state=success. Verdict is advisory; a new commit turns it red until the agent re-runs. Brings the v8 branch in line withmain(ci(sdk-pr-review-gate): green when the agent RAN on the latest commit, not only when it passes #202) so v8-based PRs stop flip-flopping red onpull_requestevents. Same one-line change piloted on browserstack-node-agent#2574.Checklist
PR Validations
Run Tests: Comment RUN_TESTS to trigger sanity tests.