[CI/Build] Add Gatekeeper aggregate status check for auto-merge#1015
Open
ruizhang0101 wants to merge 4 commits into
Open
[CI/Build] Add Gatekeeper aggregate status check for auto-merge#1015ruizhang0101 wants to merge 4 commits into
ruizhang0101 wants to merge 4 commits into
Conversation
Polls all other check runs on the PR head and succeeds only when every triggered check completes without failure. Path-filtered workflows that never trigger are treated as passing, so this single check can be the only required status check for branch protection / auto-merge. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Rui Zhang <zrfishnoodles@gmail.com>
Contributor
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
ruizhang0101
marked this pull request as ready for review
July 24, 2026 19:58
Unpinned 'pip install ruff' picked up ruff 0.16.0 (released today), which reports 503 new errors on src/ and broke CI on all branches including main. Pin to the last known-good version. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Rui Zhang <zrfishnoodles@gmail.com>
PR #992 hand-edited schema entries for keys not present in values.yaml; the helm-values-schema-json check regenerates the file and fails on the diff. Commit the generated version. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Rui Zhang <zrfishnoodles@gmail.com>
ruizhang0101
enabled auto-merge (squash)
July 24, 2026 20:19
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.
Adds a
Gatekeeperworkflow whose single job (All Checks Passed) polls every other check run on the PR head and succeeds only when all triggered checks complete without failure. Checks that never trigger (path-filtered workflows) or are skipped count as passing.This lets branch protection require just this one status check, enabling auto-merge even though different PRs trigger different subsets of workflows.
-swhen doinggit commit[Bugfix],[Feat], and[CI].