We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf043f4 commit eaf252fCopy full SHA for eaf252f
.github/workflows/sync-translated-documents.yml
@@ -27,12 +27,10 @@ jobs:
27
- name: Create Pull Request
28
uses: peter-evans/create-pull-request@v4
29
with:
30
- commit-message: "Website: Sync translations"
31
- title: "Website: Sync translations"
32
- body: Synchonizing translations with Crowdin
+ commit-message: "chore: sync translations"
+ title: "chore: sync translations"
33
branch: chore/sync-translations
34
delete-branch: true
35
author: task-bot <[email protected]>
36
labels: translation
37
token: ${{ secrets.GH_PAT }}
38
- draft: true
0 commit comments