Skip to content

ci: stop CodeRabbit marking PRs failed on review rate limit#1631

Merged
spydon merged 1 commit into
mainfrom
ci/coderabbit-no-fail-on-rate-limit
Jul 22, 2026
Merged

ci: stop CodeRabbit marking PRs failed on review rate limit#1631
spydon merged 1 commit into
mainfrom
ci/coderabbit-no-fail-on-rate-limit

Conversation

@spydon

@spydon spydon commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

What

Adds a repo-level .coderabbit.yaml that disables CodeRabbit's failing commit status:

reviews:
  commit_status: true
  fail_commit_status: false

Why

Open PRs are currently showing a red CodeRabbit check with the reason "Review rate limited" (e.g. #1630, #1629, #1627), even though nothing is actually wrong with the change. A completed review shows pass (e.g. #1626).

  • commit_status: true keeps the useful passing check for completed reviews.
  • fail_commit_status: false stops CodeRabbit from setting a failure status when it can't review (which is what the rate-limit case triggers).

Committing the config overrides CodeRabbit's cloud/org defaults.

Note

If a rate-limited PR still goes red after this lands, the rate-limit failure path ignores this flag and the only remaining lever is commit_status: false (disables the check entirely, losing the green pass too).

Add .coderabbit.yaml with reviews.fail_commit_status disabled so a
rate-limited review no longer sets a failing commit status, while
keeping the passing status for completed reviews.
@spydon
spydon requested a review from a team as a code owner July 21, 2026 14:39
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Ignoring CodeRabbit configuration file changes. For security, only the configuration from the base branch is applied for open source repositories.

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 33875320-e870-483c-9a64-141dd074a8bc

📥 Commits

Reviewing files that changed from the base of the PR and between 56f156b and df55701.

📒 Files selected for processing (1)
  • .coderabbit.yaml

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Enabled review status reporting.
    • Configured review status failures to avoid blocking commits.

Walkthrough

The CodeRabbit YAML configuration now references the integrations schema v2 and enables review commit-status reporting. Review failures are configured not to fail the associated commit status.


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.

@QuintinWillison QuintinWillison left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Image

@spydon
spydon merged commit 2fbb7bf into main Jul 22, 2026
21 checks passed
@spydon
spydon deleted the ci/coderabbit-no-fail-on-rate-limit branch July 22, 2026 08:50
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