Skip to content

Commit 3ddf258

Browse files
authored
feat: add CodeRabbit AI assistant support (#221)
Add CodeRabbit configuration to enable AI-powered code reviews with customized review settings, path-specific instructions, and chat configuration.
1 parent ece61a6 commit 3ddf258

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.coderabbit.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
# Minimal configuration for getting started
3+
language: "en-US"
4+
reviews:
5+
profile: "chill"
6+
high_level_summary: true
7+
auto_review:
8+
enabled: true
9+
drafts: false
10+
base_branches:
11+
- ".*"

0 commit comments

Comments
 (0)