ci: mirror ready-for-review label + SDK PR review gate workflows onto v8#62
Merged
Conversation
These gates were ported to main in #57 but v8 PRs (the active release line) were left ungated because pull_request triggers evaluate the base-branch/merge-commit copy. Mirror both workflows onto v8, byte-identical to main. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
xxshubhamxx
requested review from
pranay-v29 and
rounak610
and removed request for
a team
July 19, 2026 09:23
Ensures v8 PRs get the ## Release section auto-populated (the ready-for-review gate reads it), independent of how GitHub resolves the template branch. Byte-identical to main. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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?
Follow-up to #57. Those PR-hygiene files were ported to
mainonly, so PRs targeting thev8release line (e.g. #59) never triggered the gates: GitHub evaluatespull_requestworkflows from the base branch / merge-commit copy, andv8had none.This mirrors all three files onto
v8, byte-identical tomain(same blob SHAs), so the two lines stay in sync:.github/PULL_REQUEST_TEMPLATE.md(blob4a2540d).github/workflows/ready-for-review-label.yml(blob7166b09).github/workflows/sdk-pr-review-gate.yml(blobadb7570)The template is included so
v8PRs get the## Releasesection auto-populated regardless of how GitHub resolves the template branch — theready-for-reviewgate reads that section, so without it av8PR would fail the gate on "missing## Releasesection."Related Jira task/s
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)
ready-for-reviewlabel workflow, and SDK PR review gate onto thev8branch so PRs targetingv8are gated the same asmain(they were silently ungated after ci: port PR template, ready-for-review label + PR-review gate workflows from ruby-sdk #57 landed onmainonly).Checklist
PR Validations
Run Tests: Comment RUN_TESTS to trigger sanity tests.
🤖 Generated with Claude Code