Skip to content

Crowdin Action

Crowdin Action #332

Workflow file for this run

name: Crowdin Action
on:
push:
branches: [master]
workflow_dispatch:
schedule:
- cron: "00 5 * * *"
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: crowdin action
uses: crowdin/github-action@v1
with:
upload_translations: true
download_translations: true
auto_approve_imported: true
create_pull_request: true
skip_untranslated_strings: true
pull_request_reviewers: "Pukimaa"
crowdin_branch_name: "rewrite"
commit_message: "i18n: update crowdin translations"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}