From 523e10062dc32fd5e73659a53b8aed24269f7b47 Mon Sep 17 00:00:00 2001 From: Avi Yashchin <3144839+aviyashchin@users.noreply.github.com> Date: Sun, 6 Sep 2026 00:15:06 -0400 Subject: [PATCH] chore: disable CodeRabbit auto-review Free-plan CodeRabbit posts rate-limit notices and a green status with no review (design-system#894). Turn it off here; Sentry AI Code Review and CI remain. Co-Authored-By: Claude Fable 5.1 --- .coderabbit.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..b900e0b --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,16 @@ +# CodeRabbit is disabled for this repository. +# +# Audit 2026-09-05 (Subconscious-ai/design-system#894): on the Free plan, 74 of +# the last 100 CodeRabbit comments org-wide were "Review limit reached" and 0 +# carried an actionable review comment, while every PR still got a green +# "CodeRabbit" status. A check that reports success for work it did not look +# at is worse than no check. Sentry AI Code Review provides the line-level +# bug review on PRs; the repository's own CI is the gate. +# +# The app stays installed org-wide; this file is what keeps it off this +# repository's pull requests. Delete the file to turn it back on. +reviews: + auto_review: + enabled: false + high_level_summary: false + review_status: false