chore: add CodeRabbit config with disabled auto-reviews (#18949)

This commit is contained in:
Thomas Kosiewski
2025-07-21 15:51:48 +01:00
committed by GitHub
parent b235f8cfeb
commit 4ac6be6d83
+28
View File
@@ -0,0 +1,28 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
# CodeRabbit Configuration
# This configuration disables automatic reviews entirely
language: "en-US"
early_access: false
reviews:
# Disable automatic reviews for new PRs, but allow incremental reviews
auto_review:
enabled: false # Disable automatic review of new/updated PRs
drafts: false # Don't review draft PRs automatically
# Other review settings (only apply if manually requested)
profile: "chill"
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: true
chat:
auto_reply: true # Allow automatic chat replies
# Note: With auto_review.enabled: false, CodeRabbit will only perform initial
# reviews when manually requested, but incremental reviews and chat replies remain enabled