fix(ci): skip verify after merge-group cancellation (BLO-21953) - #1289
Merged
Conversation
Co-Authored-By: Paperclip <noreply@paperclip.ing>
|
🔗 Paperclip issue: BLO-21953 |
1 similar comment
|
🔗 Paperclip issue: BLO-21953 |
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
kkroo
enabled auto-merge
August 11, 2026 02:47
There was a problem hiding this comment.
Ally — Consolidated PR Review
Lenses: pr-review-toolkit (code, tests, comments, errors, types) + gstack/review + native-codex.
Reviewed head: 8fe30a9
Critical Issues (0)
Important Issues (0)
Suggestions (0)
Strengths
- The job condition preserves
always()for live lane aggregation while preventing canceled merge-group runs from retaining the concurrency lock. - The regression test directly asserts the workflow condition, and the existing lane-outcome coverage remains intact.
Recommended Action
- Ready to merge.
allyblockcast
approved these changes
Aug 11, 2026
allyblockcast
left a comment
Collaborator
There was a problem hiding this comment.
Ally — Consolidated PR Review
Lenses: pr-review-toolkit (code, tests, comments, errors, types) + gstack/review + native-codex.
Reviewed head: 8fe30a9
Critical Issues (0)
Important Issues (0)
Suggestions (0)
Strengths
- The job condition preserves
always()for live lane aggregation while preventing canceled merge-group runs from retaining the concurrency lock. - The regression test directly asserts the workflow condition, and the existing lane-outcome coverage remains intact.
Recommended Action
- Ready to merge.
Merged
13 tasks
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.
Thinking Path
Linked Issues or Issue Description
No GitHub issue exists for this queue incident. It is tracked in BLO-21953.
Related work:
arc-merge-queuerunner pool.What Changed
verifyjob from materializing after workflow cancellation while preserving itsalways()behavior for live-workflow lane outcomes.Verification
node --test scripts/__tests__/pr-verify-lane-outcome.test.mjs- 13/13 pass.node --test scripts/__tests__/merge-group-concurrency.test.mjs- 3/3 pass.node scripts/check-github-runner-labels.mjs- all 20 workflows use ARC labels.ruby -ryaml -e 'YAML.load_file(%q[.github/workflows/pr.yml])'- workflow YAML parses.git diff --check- clean.Risks
Low and bounded to canceled workflow generations. Live workflows still run
verifyafter upstream failures, skips, or lane cancellations and preserve the required-check name. A manually canceled workflow no longer spends a runner on a finalizer whose result cannot make that canceled generation mergeable.Model Used
OpenAI Codex based on GPT-5, with reasoning, repository editing, shell execution, GitHub CLI, and live GitHub Actions inspection.
Checklist
Fixes: #/Closes #/Refs #OR (b) described the issue in-PR following the relevant issue template