From dc4df1f456530f59b8c6debe077cfd13a619c9df Mon Sep 17 00:00:00 2001 From: Philip Offtermatt Date: Thu, 8 Aug 2024 14:07:28 +0200 Subject: [PATCH 1/2] Forbid coderabbit on .md files --- .coderabbit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.coderabbit.yml b/.coderabbit.yml index 665c551b1c..ebcd87bb0f 100644 --- a/.coderabbit.yml +++ b/.coderabbit.yml @@ -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." From cb3fd6d7a2aaff1861918b9a003bd1dd3d6b0394 Mon Sep 17 00:00:00 2001 From: Philip Offtermatt Date: Thu, 8 Aug 2024 14:10:02 +0200 Subject: [PATCH 2/2] Remove path-instructions for changelog --- .coderabbit.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.coderabbit.yml b/.coderabbit.yml index ebcd87bb0f..0427eee8e2 100644 --- a/.coderabbit.yml +++ b/.coderabbit.yml @@ -22,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: