File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
22reviews :
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
You can’t perform that action at this time.
0 commit comments