-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
20 lines (20 loc) · 1009 Bytes
/
.coderabbit.yaml
File metadata and controls
20 lines (20 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
reviews:
auto_review:
enabled: true
drafts: false # will exceed rate limits if enabled
auto_title_instructions: Use conventional commits structure
fail_commit_status: true
high_level_summary_instructions: |
Describe the main change in the pull request in 60 words max. Explain what was changed, why it was needed, and the approach taken.
Use single level bullet points to list individual changes.
Include a plain-text issue reference line using one of the formats `fixes: #<issue_number>`, `closes: #<issue_number>`, or `related: #<issue_number|AAP-number>`.
Do not self-reference the pull request in the summary.
Do not include full or partial URLs for these issue references.
The summary must not start with any heading or title.
in_progress_fortune: false
request_changes_workflow: true
review_status: false
tools:
github-checks:
enabled: true
timeout_ms: 900000 # waits 15 minutes for github checks to complete, cannot be bigger than this