fix(i18n): remove debug code and activate crowdin (#39733)

This commit is contained in:
Mrugesh Mohapatra
2020-09-30 16:40:06 +05:30
committed by GitHub
parent 63efc10eca
commit 18d2c92da1

View File

@ -7,9 +7,7 @@ on:
push: push:
branches: branches:
- i18n-dev - i18n-dev
# Treat the below branches as special case for working on workflows
- actions-**
jobs: jobs:
i18n-sync-docs: i18n-sync-docs:
@ -36,6 +34,7 @@ jobs:
# pull-request # pull-request
localization_branch_name: i18n-sync-docs localization_branch_name: i18n-sync-docs
create_pull_request: true create_pull_request: true
pull_request_base_branch_name: i18n-dev
pull_request_title: 'chore(docs,i8n): processed translations from crowdin' pull_request_title: 'chore(docs,i8n): processed translations from crowdin'
pull_request_body: '' pull_request_body: ''
pull_request_labels: 'scope: i18n, scope: docs, crowdin-sync' pull_request_labels: 'scope: i18n, scope: docs, crowdin-sync'
@ -45,7 +44,7 @@ jobs:
base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }} base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }}
# Uncomment below to debug # Uncomment below to debug
dryrun_action: true # dryrun_action: true
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}