Skip to content

Commit c44dbf7

Browse files
committed
chore: add CodeRabbit config with disabled auto-reviews
Change-Id: I8b8125d33354161bb78bb75252b892e26741b6c7 Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent f751f81 commit c44dbf7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.coderabbit.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
3+
# CodeRabbit Configuration
4+
# This configuration disables automatic reviews entirely
5+
6+
language: "en-US"
7+
early_access: false
8+
9+
reviews:
10+
# Disable automatic reviews for new PRs, but allow incremental reviews
11+
auto_review:
12+
enabled: false # Disable automatic review of new/updated PRs
13+
drafts: false # Don't review draft PRs automatically
14+
15+
# Other review settings (only apply if manually requested)
16+
profile: "chill"
17+
request_changes_workflow: false
18+
high_level_summary: true
19+
poem: false
20+
review_status: true
21+
collapse_walkthrough: true
22+
23+
chat:
24+
auto_reply: true # Allow automatic chat replies
25+
26+
# Note: With auto_review.enabled: false, CodeRabbit will only perform initial
27+
# reviews when manually requested, but incremental reviews and chat replies remain enabled
28+

0 commit comments

Comments
 (0)