Skip to content

Commit 1032838

Browse files
LEANDERANTONYclaude
andcommitted
Add .coderabbit.yaml: enable manual reviews on non-default base branches
Whitelists `coderabbit-root` as an allowed auto-review base so the full-repo audit PRs against that branch get reviewed instead of "Review skipped." Without this config, CodeRabbit refuses both auto and manual `@coderabbitai review` triggers on any PR whose base is not the repo's default branch. profile: chill — surface issues without nit-blocking style noise. request_changes_workflow: false — manual triggers always work. Mirrors the HelpmateAI config (same audit-PR workflow, same trick). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9e83cf8 commit 1032838

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# CodeRabbit configuration
2+
# Docs: https://docs.coderabbit.ai/getting-started/configure-coderabbit
3+
4+
reviews:
5+
# Default is "chill" — we want it to surface issues without
6+
# blocking on style nits.
7+
profile: chill
8+
9+
# Auto-review configuration. By default CodeRabbit only reviews PRs
10+
# where the BASE branch is the repo's default branch (main).
11+
# We open one-off full-repo audit PRs against the `coderabbit-root`
12+
# branch (a non-default branch pointing at the initial commit) so
13+
# we can ask `@coderabbitai full review` over the entire codebase.
14+
# Add coderabbit-root to the allowed base list so those audit PRs
15+
# actually get reviewed instead of "Review skipped".
16+
auto_review:
17+
enabled: true
18+
drafts: false
19+
base_branches:
20+
- "main"
21+
- "coderabbit-root"
22+
23+
# Allow @coderabbitai review / full review on any PR opened against
24+
# any base branch in this repo — overrides the default "only on
25+
# default-branch base" policy so manual triggers always work.
26+
request_changes_workflow: false

0 commit comments

Comments
 (0)