From b37c493d2fcabff1430f6a29166ef8a2f8467b1b Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Thu, 8 Oct 2020 22:29:54 +0530 Subject: [PATCH] chore(actions): adjust labels for crowdin --- .github/workflows/crowdin-i18n.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/crowdin-i18n.yml b/.github/workflows/crowdin-i18n.yml index 0cc0dd65e7..0a675f17c5 100644 --- a/.github/workflows/crowdin-i18n.yml +++ b/.github/workflows/crowdin-i18n.yml @@ -25,17 +25,17 @@ jobs: # downloads download_translations: true - commit_message: "chore(docs,i8n): processed translations from crowdin" + commit_message: 'chore(docs,i8n): 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_body: "" - pull_request_labels: "scope: i18n, scope: docs, crowdin-sync" + pull_request_title: 'chore(docs,i8n): processed translations from crowdin' + pull_request_body: '' + pull_request_labels: 'scope: i18n, scope: docs, bot: crowdin-sync' # global options - config: "./docs/crowdin.yml" + config: './docs/crowdin.yml' base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }} # Uncomment below to debug