Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/bump_lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update dependencies
title: 📦 Update dependencies
title: "chore: 📦 Update dependencies"
branch: _bot/update-deps
draft: false
base: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-cron-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update pre-commit hooks
title: ✅ Update pre-commit hooks
title: "chore: ✅ Update pre-commit hooks"
branch: _bot/update-precommit
draft: false
body: |
Expand All @@ -74,7 +74,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update pre-commit hooks
title: ⚠️ Update pre-commit hooks [review required]
title: "chore: ⚠️ Update pre-commit hooks [review required]"
branch: _bot/update-precommit
draft: true
body: |
Expand Down