From eaf252f46d192d22bd431a2f21e0924a9f6c2472 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 6 May 2023 18:58:26 -0300 Subject: [PATCH] chore: update "sync translations" action --- .github/workflows/sync-translated-documents.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-translated-documents.yml b/.github/workflows/sync-translated-documents.yml index b18675e8..af84085d 100644 --- a/.github/workflows/sync-translated-documents.yml +++ b/.github/workflows/sync-translated-documents.yml @@ -27,12 +27,10 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: - commit-message: "Website: Sync translations" - title: "Website: Sync translations" - body: Synchonizing translations with Crowdin + commit-message: "chore: sync translations" + title: "chore: sync translations" branch: chore/sync-translations delete-branch: true author: task-bot <106601941+task-bot@users.noreply.github.com> labels: translation token: ${{ secrets.GH_PAT }} - draft: true