fix(i18n): remove debug code and activate crowdin (#39733)
This commit is contained in:
committed by
GitHub
parent
63efc10eca
commit
18d2c92da1
7
.github/workflows/crowdin-i18n.yml
vendored
7
.github/workflows/crowdin-i18n.yml
vendored
@ -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 }}
|
||||||
|
Reference in New Issue
Block a user