|
| 1 | +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json |
| 2 | + |
| 3 | +# CodeRabbit Configuration |
| 4 | +# This configuration disables automatic reviews entirely |
| 5 | + |
| 6 | +language:"en-US" |
| 7 | +early_access:false |
| 8 | + |
| 9 | +reviews: |
| 10 | +# Disable automatic reviews for new PRs, but allow incremental reviews |
| 11 | +auto_review: |
| 12 | +enabled:false# Disable automatic review of new/updated PRs |
| 13 | +drafts:false# Don't review draft PRs automatically |
| 14 | + |
| 15 | +# Other review settings (only apply if manually requested) |
| 16 | +profile:"chill" |
| 17 | +request_changes_workflow:false |
| 18 | +high_level_summary:true |
| 19 | +poem:false |
| 20 | +review_status:true |
| 21 | +collapse_walkthrough:true |
| 22 | + |
| 23 | +chat: |
| 24 | +auto_reply:true# Allow automatic chat replies |
| 25 | + |
| 26 | +# Note: With auto_review.enabled: false, CodeRabbit will only perform initial |
| 27 | +# reviews when manually requested, but incremental reviews and chat replies remain enabled |
| 28 | + |