Skip to content

CodeRabbit: disable repo-level auto-review (overrides org 'no auto-reviews') #1882

Description

@sydlexius

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions