Skip to content

Commit 44b5d7f

Browse files
committed
chore: add 'chore:' prefix for pre-commit auto-update PRs
1 parent 4e0a619 commit 44b5d7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit-cron-updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
token: ${{ secrets.GITHUB_TOKEN }}
6464
commit-message: Update pre-commit hooks
65-
title: ✅ Update pre-commit hooks
65+
title: "chore: ✅ Update pre-commit hooks"
6666
branch: _bot/update-precommit
6767
draft: false
6868
body: |
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
token: ${{ secrets.GITHUB_TOKEN }}
7676
commit-message: Update pre-commit hooks
77-
title: ⚠️ Update pre-commit hooks [review required]
77+
title: "chore: ⚠️ Update pre-commit hooks [review required]"
7878
branch: _bot/update-precommit
7979
draft: true
8080
body: |

0 commit comments

Comments
 (0)