Skip to content

Commit b443cbf

Browse files
committed
chore: disable review status in CodeRabbit config
Change-Id: I0ee266e0b284832b65762a4f7a3f26d56af53e86 Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent 40a6367 commit b443cbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.coderabbit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ reviews:
1515
# Other review settings (only apply if manually requested)
1616
profile: "chill"
1717
request_changes_workflow: false
18-
high_level_summary: true
18+
high_level_summary: false
1919
poem: false
20-
review_status: true
20+
review_status: false
2121
collapse_walkthrough: true
22+
high_level_summary_in_walkthrough: true
2223

2324
chat:
2425
auto_reply: true # Allow automatic chat replies
2526

2627
# Note: With auto_review.enabled: false, CodeRabbit will only perform initial
2728
# reviews when manually requested, but incremental reviews and chat replies remain enabled
28-

0 commit comments

Comments
 (0)