redhat-developer/rhdh-operator: update branch protection rules#81993
Conversation
Add strict status checks to require PRs to be up-to-date before merging. Add branch protection for release-1.9 and release-1.10 with PR Validate and Validate Bundle Manifests as required status checks. Assisted-by: Claude
|
Warning Review limit reached
Next review available in: 20 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughBranch protection configuration now enables strict required status checks for the ChangesRHDH Operator Branch Protection
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/cc @subhashkhileri |
…e with Tide Assisted-by: Claude
|
@rm3l: |
|
/lgtm |
|
[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: |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rm3l, subhashkhileri 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 |
|
@rm3l: 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. |
|
@rm3l: Updated the following 2 configmaps:
DetailsIn response to this:
Instructions 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. |
…hift#81993) * redhat-developer/rhdh-operator: update branch protection rules Add strict status checks to require PRs to be up-to-date before merging. Add branch protection for release-1.9 and release-1.10 with PR Validate and Validate Bundle Manifests as required status checks. Assisted-by: Claude * redhat-developer/rhdh-operator: drop strict status checks incompatible with Tide Assisted-by: Claude * Add 'Validate Dockerfile' to required status checks
Add branch protection for
release-1.9andrelease-1.10, which are the current active release branches and need the same level of protection asmain. Required status checks:PR ValidateandValidate Bundle Manifests, along with required approving review.Summary by CodeRabbit
Updates Prow branch protection for
redhat-developer/rhdh-operatorby requiring pull requests targetingmain,release-1.9, andrelease-1.10to be up to date before merging. The release branches also require validation checks (PR ValidateandValidate Bundle Manifests) and approving reviews.