Skip to content

Commit

Permalink
ci: use conventional commit
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Nov 11, 2023
1 parent 7d46593 commit d241ed1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ jobs:
- name: Create Pull Request
uses: peter-evans/[email protected]
with:
commit-message: Routine i18n updates on ${{ steps.get-timestamp.outputs.time }}
commit-message: "feat(i18n): routine i18n updates on ${{ steps.get-timestamp.outputs.time }}"
committer: Coolthulhu (BOT) <[email protected]>
author: Coolthulhu (BOT) <[email protected]>
token: ${{ secrets.TX_PR_CREATOR }}
branch: i18n
delete-branch: true
base: upload
title: Routine i18n updates on ${{ steps.get-timestamp.outputs.time }}
body: "#### Summary\nNone"
title: "feat(i18n): routine i18n updates on ${{ steps.get-timestamp.outputs.time }}"
labels: Translation

0 comments on commit d241ed1

Please sign in to comment.