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
…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>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR extends Prow's Tide configuration by adding a new ChangesMerge blocks policy configuration
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
@Prucek: The following test failed, say
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. |
|
it need's a prow bump in ci-tools 🤦🏼 |
Summary
github_merge_blocks_policy: blockfor 71 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 adds merge-blocking policy protection to 71 repositories that have experienced recent merge failures in the OpenShift CI infrastructure. The change adds a new
github_merge_blocks_policysection to the Tide configuration incore-services/prow/02_config/_config.yaml, setting the policy toblockfor each affected repository.What this does:
mergeStateStatusAffected repositories include:
This targeted approach allows repositories with recent merge instability to benefit from the merge-blocking policy protection without affecting all repositories managed by the OpenShift CI infrastructure.