Skip to content

chore(coderabbit): disable request_changes_workflow#38

Merged
williaby merged 2 commits into
mainfrom
chore/coderabbit-disable-request-changes-workflow
Jun 10, 2026
Merged

chore(coderabbit): disable request_changes_workflow#38
williaby merged 2 commits into
mainfrom
chore/coderabbit-disable-request-changes-workflow

Conversation

@williaby

Copy link
Copy Markdown
Contributor

Summary

CodeRabbit's request_changes_workflow: true was causing the bot to submit CHANGES_REQUESTED reviews on PRs with actionable comments. Under the org ruleset, any outstanding CHANGES_REQUESTED blocks merge even with required_approving_review_count: 0. The count only governs required approvals, not whether to ignore rejections.

Flipping to false (the CodeRabbit default) makes the bot submit COMMENTED reviews instead. Same review content, no merge gate.

Related

Discovered debugging ByronWilliamsCPA/gleif#38 (BLOCKED with all green CI). Identical one-line PRs going out to all affected repos. Template fix in ByronWilliamsCPA/cookiecutter-python-template#52.

CodeRabbit was submitting CHANGES_REQUESTED reviews under the org ruleset's pull_request rule, blocking merge even though required_approving_review_count=0. Switch to false (the CodeRabbit default) so reviews are COMMENTED instead. Discovered debugging ByronWilliamsCPA/gleif#38.
Copilot AI review requested due to automatic review settings May 16, 2026 03:48
@coderabbitai

coderabbitai Bot commented May 16, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@williaby, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 27 minutes and 44 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 1e2b7ea8-b1f0-4b08-880e-a04cbe2c7ba0

📥 Commits

Reviewing files that changed from the base of the PR and between dbcaf42 and 2c2d08a.

📒 Files selected for processing (1)
  • .coderabbit.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/coderabbit-disable-request-changes-workflow

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Disables CodeRabbit’s request_changes_workflow so the bot posts reviews as COMMENTED instead of CHANGES_REQUESTED, preventing CodeRabbit from blocking merges under the org ruleset.

Changes:

  • Set reviews.request_changes_workflow: false in CodeRabbit configuration to avoid merge-gating PRs via CHANGES_REQUESTED.

@williaby williaby added the skip-changelog PR intentionally omits a CHANGELOG entry label Jun 10, 2026
@williaby williaby enabled auto-merge (squash) June 10, 2026 02:36
@sonarqubecloud

Copy link
Copy Markdown

@williaby williaby merged commit 5f35042 into main Jun 10, 2026
27 of 30 checks passed
@williaby williaby deleted the chore/coderabbit-disable-request-changes-workflow branch June 10, 2026 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog PR intentionally omits a CHANGELOG entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants