ci: subscribe ci-gate to merge_group and scope cancellation to PRs - #44
Merged
Conversation
rldyourmnd
enabled auto-merge
July 26, 2026 01:54
ci-gate is this repository's required context. GitHub never reports a required check to a merge queue unless the workflow subscribes to merge_group, so enabling the queue here would have left every queued PR waiting forever for a status that could not arrive. cancel-in-progress was unconditional. Cancelling a queued merge-group candidate or a main push makes branch protection observe a partial-cancel instead of a decisive result, so cancellation is now scoped to pull_request iterations.
rldyourmnd
force-pushed
the
fix/merge-group-readiness
branch
from
July 26, 2026 01:58
b7ee1be to
d89ca9b
Compare
rldyourmnd
disabled auto-merge
July 26, 2026 01:58
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.
ci-gateis this repository's required context, andmainnow requires it withenforce_admins. GitHub never reports a required check to a merge queue unless the workflow subscribes tomerge_group, so enabling the queue would have left every queued PR waiting forever.cancel-in-progresswas unconditional; cancelling a queued candidate or a main push makes branch protection observe a partial-cancel rather than a decisive result. Now scoped topull_request.python3 scripts/validate_all.py: OK.actionlint,zizmor: clean.