-
-
Notifications
You must be signed in to change notification settings - Fork 584
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
19 lines (18 loc) · 751 Bytes
/
.coderabbit.yaml
File metadata and controls
19 lines (18 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
reviews:
# Collapse main AI comment by default, as it takes too much space when
# expanded. It also is needless for subsequent rounds of PR review, mostly
# only for the first one
collapse_walkthrough: true
# Move AI-generated summary from PR description to main AI comment. It
# hallucinates sometimes, especially with PRs that change code linting rules
high_level_summary_in_walkthrough: true
# Disable false-positive cross links to issues
related_issues: false
# Disable false-positive cross links to PRs
related_prs: false
# Disable useless Poem generation
poem: false
auto_review:
# Enable AI review for Draft PRs
drafts: true