-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
38 lines (32 loc) · 797 Bytes
/
.coderabbit.yaml
File metadata and controls
38 lines (32 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# CodeRabbit Configuration
# https://docs.coderabbit.ai/configuration
language: en-US
reviews:
profile: chill
high_level_summary: false
poem: false
review_status: true
collapse_walkthrough: true
sequence_diagrams: false
changed_files_summary: true
# focus on real issues
path_filters:
- "!**/*.snap"
- "!**/*.png"
- "!**/dist/**"
- "!**/node_modules/**"
- "!bun.lock"
# Auto-approve minor changes
auto_review:
enabled: true
drafts: false
auto_incremental_review: true
base_branches:
- main
ignore_title_keywords:
- "chore: release"
request_changes_workflow: true
labeling_instructions: []
chat:
auto_reply: true
tone_instructions: "Focus on code quality, security and accessibility. Skip minor style nitpicks."