Skip to content

Commit

Permalink
chore: Disable coderabbit auto reviews (#2184)
Browse files Browse the repository at this point in the history
* Disable auto review in coderabbit

* Fix auto_review

* Deduplicate coderabbit instructions
  • Loading branch information
p-offtermatt committed Aug 29, 2024
1 parent cc68344 commit 72f2fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coderabbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ reviews:
instructions: |
"Assess the unit test code assessing sufficient code coverage for the changes associated in the pull request. Only report issues that you have a high degree of confidence in."
auto_review:
enabled: true
enabled: false
ignore_title_keywords:
- "WIP"
- "DO NOT MERGE"
Expand Down

0 comments on commit 72f2fec

Please sign in to comment.