Skip to content

chore(coderabbit): disable request_changes_workflow#38

Open
williaby wants to merge 1 commit into
mainfrom
chore/coderabbit-disable-request-changes-workflow
Open

chore(coderabbit): disable request_changes_workflow#38
williaby wants to merge 1 commit 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
Copy link
Copy Markdown

coderabbitai Bot commented May 16, 2026

Warning

Rate limit exceeded

@williaby has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 49 minutes and 17 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: c792a404-c85f-43a3-b52b-a8fc4fb49d3a

📥 Commits

Reviewing files that changed from the base of the PR and between c0eb24a and 2e265c9.

📒 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.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown

Copilot AI left a comment

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants