Skip to content

Commit d227f9a

Browse files
authored
Adjust CodeRabbit review config (#4901)
Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
1 parent 52fe8aa commit d227f9a

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.coderabbit.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ reviews:
1010
profile: "chill"
1111
request_changes_workflow: false
1212
high_level_summary: true
13-
high_level_summary_placeholder: "@coderabbitai summary"
13+
high_level_summary_in_walkthrough: true
1414
poem: false # Keep reviews professional and concise
1515
review_status: true
16-
collapse_walkthrough: false
16+
collapse_walkthrough: true
1717

1818
auto_review:
19-
enabled: false # Disabled auto-review until it becomes stable
20-
auto_incremental_review: false
19+
enabled: true
20+
auto_incremental_review: true
2121
drafts: false # Don't review draft PRs
2222
ignore_title_keywords:
2323
- "WIP"
@@ -66,7 +66,8 @@ reviews:
6666
- Test compatibility with Calcite version constraints
6767
6868
chat:
69-
auto_reply: true
69+
auto_reply: false # require explicit tagging
70+
art: false # disable ASCII / Emoji art
7071

7172
# Knowledge base configuration
7273
knowledge_base:

0 commit comments

Comments
 (0)