-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
60 lines (43 loc) · 1.26 KB
/
.coderabbit.yaml
File metadata and controls
60 lines (43 loc) · 1.26 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
# CodeRabbit Configuration File
# Documentation: https://coderabbit.ai/docs/using-coderabbit/configuration
# Language for reviews and chat
language: "en-US"
# Tone of the review
tone_instructions: "friendly"
# Enable early access to new features
early_access: true
reviews:
# Enable high-level summary of changes
high_level_summary: true
# Enable detailed walkthrough of changes
walkthrough: true
# Enable auto-review on pull requests
auto_review:
enabled: true
drafts: false # Don't review draft PRs automatically
# Feedback filter
profile: "chill"
# Approve the review once CodeRabbit’s comments are resolved
request_changes_workflow: true
# Tools to run during review
tools:
shellcheck:
enabled: true
markdownlint:
enabled: true
actionlint:
enabled: true
gitleaks:
enabled: true
yamllint:
enabled: true
# Auto-generate PR title following Conventional Commits
auto_title_instructions: "Generate the PR title following the Conventional Commits specification (e.g., 'feat:', 'fix:', 'chore:', 'docs:'). Keep it concise and descriptive."
chat:
# Enable conversational bot on PRs
auto_reply: true
integrations:
jira:
usage: disabled
linear:
usage: disabled