-
Notifications
You must be signed in to change notification settings - Fork 285
Expand file tree
/
Copy path.coderabbit.yml
More file actions
30 lines (30 loc) · 971 Bytes
/
.coderabbit.yml
File metadata and controls
30 lines (30 loc) · 971 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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
early_access: false
reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: true
auto_review:
enabled: true
drafts: true
tools:
github-checks:
timeout_ms: 900000
path_instructions:
- path: "**"
instructions: |
Check that any user-facing change includes a corresponding entry in
CHANGELOG.md under the [Unreleased] section. Entries should use
imperative present tense ("Add X", not "Added X") and be placed under
the correct category (Added, Changed, Deprecated, Removed, or Fixed).
For Deprecated, Changed, and Removed entries, verify the entry includes
migration guidance telling users what replaces the old behavior.
chat:
auto_reply: true
issue_enrichment:
auto_enrich:
enabled: false