fix: disable automatic PR creation (#40753)
Temporarily disables the automatic PR creation on Crowdin Download while we determine the best approach for this. PRs created by the action itself cannot trigger workflows, which prevents our CI from running. As such, this is currently not a viable approach. Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ef394093f7
commit
69b181ee97
10
.github/workflows/crowdin-i18n-download.yml
vendored
10
.github/workflows/crowdin-i18n-download.yml
vendored
@ -3,7 +3,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
i18n-download-curriculum-translations:
|
i18n-download-curriculum-translations:
|
||||||
name: Learn
|
name: Learn
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
@ -11,7 +11,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Source Files
|
- name: Checkout Source Files
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
##### Chinese Download #####
|
##### Chinese Download #####
|
||||||
- name: Crowdin Download for Chinese Translations
|
- name: Crowdin Download for Chinese Translations
|
||||||
uses: crowdin/github-action@master
|
uses: crowdin/github-action@master
|
||||||
@ -28,12 +28,12 @@ jobs:
|
|||||||
download_translations: true
|
download_translations: true
|
||||||
skip_untranslated_files: true
|
skip_untranslated_files: true
|
||||||
export_only_approved: true
|
export_only_approved: true
|
||||||
|
|
||||||
commit_message: 'chore(i8n,learn): processed chinese translations'
|
commit_message: 'chore(i8n,learn): processed chinese translations'
|
||||||
|
|
||||||
# pull-request
|
# pull-request
|
||||||
localization_branch_name: i18n-sync-learn-processed-chinese-translations
|
localization_branch_name: i18n-sync-learn-processed-chinese-translations
|
||||||
create_pull_request: true
|
create_pull_request: false
|
||||||
pull_request_title: 'chore(i18n,learn): Processed chinese translations from crowdin'
|
pull_request_title: 'chore(i18n,learn): Processed chinese translations from crowdin'
|
||||||
pull_request_body: ''
|
pull_request_body: ''
|
||||||
pull_request_labels: 'scope: i18n, scope: learn, crowdin-sync, language: Chinese'
|
pull_request_labels: 'scope: i18n, scope: learn, crowdin-sync, language: Chinese'
|
||||||
|
Reference in New Issue
Block a user