tide: enable github_merge_blocks_policy for repos with recent merge failures - #80150
tide: enable github_merge_blocks_policy for repos with recent merge failures#80150Prucek wants to merge 1 commit into
Conversation
WalkthroughThis PR extends ChangesTide merge-blocking policy
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related issues
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Prucek The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…ailures Configures github_merge_blocks_policy to "block" for 71 repos that have had merge failures in the last 30 days. This uses the new Tide feature from kubernetes-sigs/prow#579 to respect GitHub's mergeStateStatus and prevent Tide from attempting to merge PRs blocked by branch protection rules, rulesets, or required reviews. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
396c6b2 to
907ef06
Compare
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
|
@Prucek: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
Be mindful that kubernetes-sigs/prow#841 could happen. In which case, you need to trigger manually the test if it got stuck in pending or did not start a job too long, and it's a required status check. |
Summary
github_merge_blocks_policy: blockfor repos that have had merge failures in the last 30 days (sourced from tide-history?state=failure)mergeStateStatusand prevent Tide from attempting to merge PRs blocked by branch protection rules, rulesets, or required reviews/hold
Summary by CodeRabbit
This PR configures Tide to block merge attempts for 71 repositories with recent merge failures. The change updates
core-services/prow/02_config/_config.yamland setsgithub_merge_blocks_policy: blockfor each affected repository.What this does:
mergeStateStatusthrough the Prow feature from kubernetes-sigs/prow#579Affected repositories include:
The configuration requires a Prow bump in
ci-toolsto enable the Tide feature.