Skip to content

Commit 1e54f11

Browse files
chore(coderabbitai): Codify and improve config (#810)
Except what was already here, I changed next settings: * Disable: related_issues, related_prs - to not make useless cross-links between PRs and issues * Collapse Walkthrough - as it took too much place in PR and needed just for first interaction. * Move summary to Walkthrough --------- Co-authored-by: George L. Yermulnik <[email protected]>
1 parent 93ea737 commit 1e54f11

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.coderabbit.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
reviews:
3+
# Collapse main AI comment by default, as it takes too much space when
4+
# expanded. It also is needless for subsequent rounds of PR review, mostly
5+
# only for the first one
6+
collapse_walkthrough: true
7+
# Move AI-generated summary from PR description to main AI comment. It
8+
# hallucinates sometimes, especially with PRs that change code linting rules
9+
high_level_summary_in_walkthrough: true
10+
# Disable false-positive cross links to issues
11+
related_issues: false
12+
# Disable false-positive cross links to PRs
13+
related_prs: false
14+
# Disable useless Poem generation
15+
poem: false
16+
17+
auto_review:
18+
# Enable AI review for Draft PRs
19+
drafts: true

0 commit comments

Comments
 (0)