Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit cae7154

Browse files
ci(l10n): fix pr title for babel updates (#606)
1 parent 5d9ab56 commit cae7154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/localize.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
add-paths: |
6363
locale/*.po
6464
token: ${{ secrets.GH_BOT_TOKEN }} # must trigger PR tests
65-
commit-message: New localization template
65+
commit-message: "chore(l10n): new babel updates"
6666
branch: localize/update
6767
delete-branch: true
6868
base: master
69-
title: New Babel Updates
69+
title: "chore(l10n): new babel updates"
7070
body: |
7171
Update report
7272
- Updated ${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)