-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
66 lines (51 loc) · 1.73 KB
/
.coderabbit.yaml
File metadata and controls
66 lines (51 loc) · 1.73 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# CodeRabbit Configuration
# Reference: https://docs.coderabbit.ai/reference/configuration
# Language for review comments (ISO code). Default: "en-US"
language: en-US
# Inherit settings from parent/organization config.
inheritance: true
reviews:
# Review intensity: "chill" (lighter feedback) or "assertive" (more detailed/nitpicky).
# Default: "chill"
profile: chill
# Generate a high-level summary of PR changes in the description.
# Updates PR description, might be too intrusive.
# Default: true
high_level_summary: false
# Post status messages (e.g., "review skipped") in walkthrough summary.
# Default: true
review_status: true
# Set GitHub commit status to "pending" during review and "success" on completion.
# Default: true
commit_status: true
# Wrap detailed walkthrough in a collapsible Markdown section.
# Default: true
collapse_walkthrough: true
# Include a summary of modified files in the walkthrough.
# Default: true
changed_files_summary: false
# Auto-approve PRs once CodeRabbit comments are resolved and checks pass.
# Default: false
request_changes_workflow: false
# Generate a creative poem in walkthrough comments.
# Default: true
poem: false
# Suggest labels based on PR changes.
# Default: true
suggested_labels: false
auto_review:
# Enable automatic PR review triggering.
# Default: true
enabled: true
# Include draft PRs in automatic reviews.
# Default: false
drafts: false
# Branches to auto-review (supports regex). Empty means default branch only.
# Default: []
base_branches:
- devel
# Glob patterns to include/exclude files. Prefix with "!" to exclude.
# Default: []
path_filters:
- "!**/vendor/**"
- "!vendor/**"