Skip to content

Commit

Permalink
chore: Forbid coderabbit on .md files (#2134)
Browse files Browse the repository at this point in the history
* Forbid coderabbit on .md files

* Remove path-instructions for changelog
  • Loading branch information
p-offtermatt authored Aug 13, 2024
1 parent ee2173a commit 9a303a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .coderabbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ reviews:
path_filters:
- "!api/"
- "!docs/"
- "!*.md"
path_instructions:
- path: "**/*.go"
instructions: "Review the Golang code for conformity with the Uber Golang style guide, highlighting any deviations. Only report issues that you have a high degree of confidence in."
Expand All @@ -21,9 +22,6 @@ reviews:
- path: "**/*_test.go"
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."
- path: ".changelog/*"
instructions: |
"Assess the changes in the changelog for correctness and completeness, particularly flagging missing changes. Only report issues that you have a high degree of confidence in."
auto_review:
enabled: true
ignore_title_keywords:
Expand Down

0 comments on commit 9a303a0

Please sign in to comment.