From 18d2c92da1798dbcfe6d6b3a365bf5edbfaeb93e Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Wed, 30 Sep 2020 16:40:06 +0530 Subject: [PATCH] fix(i18n): remove debug code and activate crowdin (#39733) --- .github/workflows/crowdin-i18n.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/crowdin-i18n.yml b/.github/workflows/crowdin-i18n.yml index 5e16066190..a4555baf6e 100644 --- a/.github/workflows/crowdin-i18n.yml +++ b/.github/workflows/crowdin-i18n.yml @@ -7,9 +7,7 @@ on: push: branches: - i18n-dev - # Treat the below branches as special case for working on workflows - - actions-** - + jobs: i18n-sync-docs: @@ -36,6 +34,7 @@ jobs: # pull-request localization_branch_name: i18n-sync-docs create_pull_request: true + pull_request_base_branch_name: i18n-dev pull_request_title: 'chore(docs,i8n): processed translations from crowdin' pull_request_body: '' pull_request_labels: 'scope: i18n, scope: docs, crowdin-sync' @@ -45,7 +44,7 @@ jobs: base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }} # Uncomment below to debug - dryrun_action: true + # dryrun_action: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}