Skip to content

Commit

Permalink
chore: disable CodeRabbit poems (#2855)
Browse files Browse the repository at this point in the history
Closes #2854

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Configuration Changes**
  - Set the default language for the yaml-language-server to English.
  - Disabled the "poem" feature in reviews.
  - Enabled auto-review with specific configurations.
  - Turned off the auto-reply feature in chat.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
rootulp authored Nov 20, 2023
1 parent 1eb203c commit c6bfe19
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json
language: "en" # English
early_access: false
reviews:
high_level_summary: true
poem: false # Disable the poem feature because it adds noise and doesn't improve the review process.
review_status: false
collapse_walkthrough: true
path_filters: []
path_instructions: []
auto_review:
enabled: true
ignore_title_keywords:
- "WIP"
- "DO NOT MERGE"
drafts: false
base_branches: []
chat:
auto_reply: false

0 comments on commit c6bfe19

Please sign in to comment.