Skip to content

Commit eaf252f

Browse files
committed
chore: update "sync translations" action
1 parent bf043f4 commit eaf252f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .github/workflows/sync-translated-documents.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ jobs:
2727
- name: Create Pull Request
2828
uses: peter-evans/create-pull-request@v4
2929
with:
30-
commit-message: "Website: Sync translations"
31-
title: "Website: Sync translations"
32-
body: Synchonizing translations with Crowdin
30+
commit-message: "chore: sync translations"
31+
title: "chore: sync translations"
3332
branch: chore/sync-translations
3433
delete-branch: true
3534
author: task-bot <[email protected]>
3635
labels: translation
3736
token: ${{ secrets.GH_PAT }}
38-
draft: true

0 commit comments

Comments
 (0)