-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
50 lines (38 loc) · 1016 Bytes
/
.coderabbit.yaml
File metadata and controls
50 lines (38 loc) · 1016 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
45
46
47
48
49
50
# CodeRabbit Configuration
# Documentation: https://docs.coderabbit.ai/guides/configure-coderabbit
# Language and tone settings
language: en-US
early_access: false
tone_instructions: ""
# Review settings
reviews:
# Enable reviews for all branches, not just the default branch
auto_review:
enabled: true
# Enable reviews on release-please branches
drafts: false
# Allow reviews on all base/target branches (not just default)
base_branches:
- "*"
# Request changes workflow configuration
request_changes_workflow: false
# High level summary
high_level_summary: true
# Poem generation
poem: false
# Review status
review_status: true
# Collapse walkthrough
collapse_walkthrough: false
# Auto-reply configuration
auto_reply: true
# Path filters - Review all paths
path_filters: []
# Path instructions
path_instructions: []
# Chat settings
chat:
auto_reply: true
# Commit message conventions
conventional_commits:
enabled: true