ci(l10n): fix pr title for babel updates (#3216)
This commit is contained in:
parent
60f5b10cee
commit
68eb8d2fbb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/localize.yml
vendored
4
.github/workflows/localize.yml
vendored
|
|
@ -82,11 +82,11 @@ jobs:
|
|||
add-paths: |
|
||||
locale/*.po
|
||||
token: ${{ secrets.GH_BOT_TOKEN }} # must trigger PR tests
|
||||
commit-message: New localization template
|
||||
commit-message: "chore(l10n): new babel updates"
|
||||
branch: localize/update
|
||||
delete-branch: true
|
||||
base: master
|
||||
title: New Babel Updates
|
||||
title: "chore(l10n): new babel updates"
|
||||
body: |
|
||||
Update report
|
||||
- Updated ${{ steps.date.outputs.date }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue