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,8 +7,6 @@ on:
push:
branches:
- i18n-dev
# Treat the below branches as special case for working on workflows
- actions-**
jobs:
@ -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 }}