Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 6 additions & 23 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,12 @@ reviews:
- "[SKIP CI]"
drafts: false

# Automated reviewer: on a clean review CodeRabbit posts an approving GitHub review, which satisfies
# branch protection's required-review (the one missing link — automerge.yml then merges labeled PRs
# once required checks are green). enforce_admins stays ON; nothing is bypassed. Safety lines below
# keep the high-blast-radius classes human-reviewed.
auto_approve:
enabled: true
conditions:
# Raised from 5/100 so normal code/doc/template PRs flow; the foundation file-size gate (≤800)
# is the real size discipline, so mirror it here.
max_changed_files: 25
max_lines_changed: 800
allowed_severities:
- low
- medium
# NEVER auto-approve these — they always get a human:
# workflows (a CI change can exfiltrate secrets / weaken gates)
# env/secret files
# deploy/infra config (wrangler) — production-cutover class
excluded_paths:
- ".github/workflows/**"
- "**/.env*"
- "**/wrangler.toml"
- "**/wrangler.jsonc"
# ── auto_approve was REMOVED (inert) ──────────────────────────────────────
# `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
Comment on lines +24 to +26

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔍 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.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

# protection, and removing it changes no behaviour. The real control is branch protection
# requiring a review — not config in this file.

review_status: true
request_changes_workflow: false
Expand Down
Loading