Skip to content

Commit 4c31b3e

Browse files
Disable coderabbit on bump prs
Just treat them as any other prs from dependabot or similar
1 parent d69ba03 commit 4c31b3e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.coderabbit.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
reviews:
3+
auto_review:
4+
ignore_title_keywords:
5+
- "[bump]"

.github/workflows/bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Update dependencies
1919
uses: wader/bump/action@master
2020
with:
21-
title_template: Update {{.Name}} to v{{.Latest}}
21+
title_template: [bump] Update {{.Name}} to v{{.Latest}}
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}

0 commit comments

Comments
 (0)