From cfb0695e9e8bf694febf9991c7366e31088fe5ba Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Thu, 22 Oct 2020 04:14:27 +0530 Subject: [PATCH] fix(crowdin): update github action --- .github/workflows/crowdin-i18n.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/crowdin-i18n.yml b/.github/workflows/crowdin-i18n.yml index 0a675f17c5..a9b317592f 100644 --- a/.github/workflows/crowdin-i18n.yml +++ b/.github/workflows/crowdin-i18n.yml @@ -25,14 +25,14 @@ jobs: # downloads download_translations: true - commit_message: 'chore(docs,i8n): processed translations from crowdin' + commit_message: 'chore(i8n,docs): processed translations from crowdin' # pull-request localization_branch_name: i18n-sync-docs create_pull_request: true - pull_request_title: 'chore(docs,i8n): processed translations from crowdin' + pull_request_title: 'chore(i18n,docs): processed translations from crowdin' pull_request_body: '' - pull_request_labels: 'scope: i18n, scope: docs, bot: crowdin-sync' + pull_request_labels: 'scope: i18n, scope: docs, crowdin-sync' # global options config: './docs/crowdin.yml'