Skip to content
Merged
Changes from all 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
11 changes: 6 additions & 5 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
high_level_summary_placeholder: "@coderabbitai summary"
high_level_summary_in_walkthrough: true
poem: false # Keep reviews professional and concise
review_status: true
collapse_walkthrough: false
collapse_walkthrough: true

auto_review:
enabled: false # Disabled auto-review until it becomes stable
auto_incremental_review: false
enabled: true
auto_incremental_review: true
drafts: false # Don't review draft PRs
ignore_title_keywords:
- "WIP"
Expand Down Expand Up @@ -66,7 +66,8 @@ reviews:
- Test compatibility with Calcite version constraints

chat:
auto_reply: true
auto_reply: false # require explicit tagging
art: false # disable ASCII / Emoji art

# Knowledge base configuration
knowledge_base:
Expand Down
Loading