Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix: auto-approve crowdin translations uploaded from GitHub (calcom#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
p6l-richard authored Sep 22, 2023
1 parent 2a171e9 commit f414428
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,18 @@ jobs:
- name: crowdin action
uses: crowdin/[email protected]
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
Expand Down

0 comments on commit f414428

Please sign in to comment.