Files
lawnchair/.github/workflows/crowdin.yml
dependabot[bot] c75fd3f72d Bump crowdin/github-action from 1.5.1 to 1.5.2 (#3168)
Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/crowdin/github-action/releases)
- [Commits](https://github.com/crowdin/github-action/compare/1.5.1...1.5.2)

---
updated-dependencies:
- dependency-name: crowdin/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 01:16:24 +08:00

34 lines
845 B
YAML

name: Crowdin Synchronization
on:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
synchronize-with-crowdin:
name: Synchronize with Crowdin
if: github.repository_owner == 'LawnchairLauncher'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Sync Translations
uses: crowdin/github-action@1.5.2
with:
upload_translations: false
upload_sources: true
download_translations: true
localization_branch_name: 12.1-dev-localization
create_pull_request: true
base_url: 'https://lawnchair.crowdin.com'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}