fix: auto-approve crowdin translations uploaded from GitHub (#11490)

pull/11489/head^2
Richard Poelderl 2023-09-22 18:33:37 +02:00 committed by GitHub
parent 2a171e9284
commit f414428dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -21,10 +21,18 @@ jobs:
- name: crowdin action
uses: crowdin/github-action@v1.13.0
with:
# upload sources
upload_sources: true
# upload translations (& auto-approve 'em)
upload_translations_args: '--auto-approve-imported'
upload_translations: true
download_translations: true
push_translations: true
# download translations
download_translations: true
# GH config
commit_message: "New Crowdin translations by Github Action"
localization_branch_name: main
create_pull_request: false