chore(coderabbit): drop the inert auto_approve block - #40
Conversation
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_646d0736-cc9b-49f8-b527-2925bc304edd) |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 9 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Comment |
| # `auto_approve` is not a key in CodeRabbit's live v2 schema | ||
| # (storage.googleapis.com/coderabbit_public_assets/schema.v2.json, verified 2026-08-02), | ||
| # so the block that used to sit here never did anything. It did NOT satisfy branch |
There was a problem hiding this comment.
🔍 Verify the schema claim before relying on it across repos
The justification rests entirely on auto_approve not existing in CodeRabbit's live v2 schema. The file header still points at https://coderabbit.ai/integrations/schema.v2.json while the comment cites a different URL (storage.googleapis.com/coderabbit_public_assets/schema.v2.json). Worth confirming both URLs resolve to the same schema so the recorded justification stays accurate for future readers; otherwise the comment could mislead someone who re-adds the key.
Was this helpful? React with 👍 or 👎 to provide feedback.
ApprovabilityVerdict: Approved 64c631b Removes an inert configuration block from You can customize Macroscope's approvability policy. Learn more. |
auto_approveis not a key in CodeRabbit's live v2 schema (https://storage.googleapis.com/coderabbit_public_assets/schema.v2.json, verified 2026-08-02). The block that occupied this space in.coderabbit.yamlnever did anything, and removing it changes no behaviour.The real control satisfying branch protection is the branch protection rule itself requiring a review — not config in this file. This PR also replaces the surrounding comments, which previously asserted (incorrectly) that this block was what satisfied branch protection, with an accurate note.
Note
Low Risk
Documentation-only config cleanup with no application or CI logic changes.
Overview
Removes the
auto_approvesection from.coderabbit.yamland replaces the old comments (which claimed it satisfied branch protection) with a short note thatauto_approveis not in CodeRabbit’s v2 schema, so the removed block was never active.No runtime or review behavior changes—branch protection still depends on GitHub’s required-review rules, not this config.
Reviewed by Cursor Bugbot for commit 64c631b. Configure here.
Summary by cubic
Removed the inert
auto_approveblock from.coderabbit.yaml, which is not part of CodeRabbit’s v2 schema and had no effect. Updated comments to clarify that branch protection is enforced by GitHub’s required review, not this config.Written for commit 64c631b. Summary will update on new commits.
Note
Remove inert
auto_approveblock from CodeRabbit configRemoves the
reviews.auto_approvesection from .coderabbit.yaml and replaces it with a comment noting thatauto_approveis not recognized by the current schema.Macroscope summarized 64c631b.