From 23e90d714b5d8c17bab60874cb5b7b91ed54ab5c Mon Sep 17 00:00:00 2001 From: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:55:23 +0200 Subject: [PATCH] chore: Change coderabbit config to require high confidence in reported issues (#2032) Change coderabbit config to require high confidence in reported issues --- .coderabbit.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.coderabbit.yml b/.coderabbit.yml index e89dfcdfcd..7dfe09c9ba 100644 --- a/.coderabbit.yml +++ b/.coderabbit.yml @@ -11,22 +11,22 @@ reviews: - "!docs/" path_instructions: - path: "**/*.go" - instructions: "Review the Golang code for conformity with the Uber Golang style guide, highlighting any deviations." + 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." - path: "tests/e2e/*" instructions: | - "Assess the e2e test code assessing sufficient code coverage for the changes associated in the pull request" + "Assess the e2e 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: "tests/integration/*" instructions: | - "Assess the e2e test code assessing sufficient code coverage for the changes associated in the pull request" + "Assess the e2e 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: "**/*_test.go" instructions: | - "Assess the unit test code assessing sufficient code coverage for the changes associated in the pull request" + "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: "**/*.md" instructions: | - "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness. Please DO NOT report any missing or superfluous newlines, in particular at the end or beginning of files." + "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness. Please DO NOT report any missing or superfluous newlines, in particular at the end or beginning of files. 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" + "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: