Skip to content

Commit 8d7eca4

Browse files
authored
Update .coderabbit.yaml
1 parent ed63fe6 commit 8d7eca4

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.coderabbit.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
22
reviews:
3+
# Make AI main comment collapsed by default, as it took too much space when
4+
# expanded. Plus it's not needed during every PR opening, mostly during first
5+
# check
36
collapse_walkthrough: true
7+
# Move AI-generated summary from PR description to AI main comment. It
8+
# hallucinate sometimes, especially in PRs which change linting rules
9+
high_level_summary_in_walkthrough: true
10+
# Disable false-positive cross links between PRs and issues
411
related_issues: false
12+
# Disable false-positive cross links between PRs and issues
513
related_prs: false
6-
high_level_summary_in_walkthrough: true
14+
# Disable useless Poem generation
715
poem: false
16+
817
auto_review:
18+
# Enable AI review for Draft PRs
919
drafts: true
20+
# ? NOT TESTED: Make latest review is only actual review, to avoiding
21+
# checking all previous reviews
22+
auto_incremental_review: false

0 commit comments

Comments
 (0)