diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000..210a45dd --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,5 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +reviews: + auto_review: + ignore_title_keywords: + - "[bump]" diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml index ad2424c3..a9dead7d 100644 --- a/.github/workflows/bump.yaml +++ b/.github/workflows/bump.yaml @@ -18,6 +18,6 @@ jobs: - name: Update dependencies uses: wader/bump/action@master with: - title_template: Update {{.Name}} to v{{.Latest}} + title_template: "[bump] Update {{.Name}} to v{{.Latest}}" env: GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}