Skip to content
Merged
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/schema.v2.json
reviews:
# Make AI main comment collapsed by default, as it took too much space when
# expanded. Plus it's not needed during every PR opening, mostly during first
# check
collapse_walkthrough: true
# Move AI-generated summary from PR description to AI main comment. It
# hallucinate sometimes, especially in PRs which change linting rules
high_level_summary_in_walkthrough: true
# Disable false-positive cross links between PRs and issues
related_issues: false
# Disable false-positive cross links between PRs and issues
related_prs: false
# Disable useless Poem generation
poem: false
Comment on lines +14 to +15
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're not a romanticist 🤣


auto_review:
# Enable AI review for Draft PRs
drafts: true
Loading