Problem
This repo's CodeRabbit config sets:
reviews:
auto_review:
enabled: true
CodeRabbit resolves configuration in this precedence order: PR-level instructions > the repo's .coderabbit.yaml/.yml > org dashboard settings > defaults. Because this repo-level file sets auto_review.enabled: true, it overrides the org-level "no auto-reviews" setting - so CodeRabbit auto-reviews PRs here even though the org is configured not to.
(Surfaced during an org-wide sweep: mxlrcgo-svc, media-automation, and stillwater all had this override. media-automation is being fixed in a PR.)
Proposed change
Set auto_review.enabled: false so the repo honors the org default. Reviews can still be triggered explicitly with @coderabbitai review (manual trigger is unaffected by this flag).
While editing, consider auditing two related keys against your intent:
reviews.request_changes_workflow - if true, CR posts blocking CHANGES_REQUESTED reviews; false makes them advisory.
reviews.profile - assertive maximizes nitpicks; chill reduces low-value findings.
Acceptance
auto_review.enabled: false committed to the CodeRabbit config
- Confirm PRs no longer auto-trigger a CodeRabbit review (manual
@coderabbitai review still works)
Problem
This repo's CodeRabbit config sets:
CodeRabbit resolves configuration in this precedence order: PR-level instructions > the repo's
.coderabbit.yaml/.yml> org dashboard settings > defaults. Because this repo-level file setsauto_review.enabled: true, it overrides the org-level "no auto-reviews" setting - so CodeRabbit auto-reviews PRs here even though the org is configured not to.(Surfaced during an org-wide sweep:
mxlrcgo-svc,media-automation, andstillwaterall had this override.media-automationis being fixed in a PR.)Proposed change
Set
auto_review.enabled: falseso the repo honors the org default. Reviews can still be triggered explicitly with@coderabbitai review(manual trigger is unaffected by this flag).While editing, consider auditing two related keys against your intent:
reviews.request_changes_workflow- iftrue, CR posts blocking CHANGES_REQUESTED reviews;falsemakes them advisory.reviews.profile-assertivemaximizes nitpicks;chillreduces low-value findings.Acceptance
auto_review.enabled: falsecommitted to the CodeRabbit config@coderabbitai reviewstill works)