Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
reviews:
auto_review:
ignore_title_keywords:
- "[bump]"
2 changes: 1 addition & 1 deletion .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Comment thread
MartelliEnrico marked this conversation as resolved.
Outdated
env:
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}
Loading