Skip to content

Commit

Permalink
Disable auto review from coderabbit unless explicitly asked (#6511)
Browse files Browse the repository at this point in the history
* Update .coderabbit.yml

* disable review status.
  • Loading branch information
DimitrisJim authored Jun 6, 2024
1 parent 01eb3cb commit 460876e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .coderabbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ reviews:
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
review_status: false
collapse_walkthrough: true
path_filters:
- "!**/*.pb.go"
Expand All @@ -24,12 +24,12 @@ reviews:
instructions: |
"Assess the documentation for misspellings, grammatical errors, missing documentation and correctness"
auto_review:
enabled: true
enabled: false
ignore_title_keywords:
- "WIP"
- "DO NOT MERGE"
drafts: false
base_branches:
- "main"
chat:
auto_reply: true
auto_reply: true

0 comments on commit 460876e

Please sign in to comment.