-
Notifications
You must be signed in to change notification settings - Fork 284
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
44 lines (33 loc) · 852 Bytes
/
.coderabbit.yaml
File metadata and controls
44 lines (33 loc) · 852 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
39
40
41
42
43
44
# CodeRabbit Configuration
# https://docs.coderabbit.ai/guides/configure-coderabbit
language: en
reviews:
# Enable automatic reviews on PRs
auto_review:
enabled: true
drafts: false
base_branches:
- main
# Review profile - chill is less strict
profile: chill
# Path filters - skip generated files
path_filters:
- "!**/*.min.js"
- "!**/*.lock"
- "!**/dist/**"
- "!**/.claude/hooks/dist/**"
# Request changes on critical issues
request_changes_workflow: false
# Enable high-level summary
high_level_summary: true
# Poem in reviews (fun but optional)
poem: false
# Review status (show progress)
review_status: true
# Collapse walkthrough for large PRs
collapse_walkthrough: true
chat:
# Enable chat in PR comments
auto_reply: true
# Early access features
early_access: false