diff options
author | nea <nea@nea.moe> | 2023-06-01 15:05:01 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-01 15:05:01 +0200 |
commit | 635dbebbf46e76343260f0e659e8a9d84975eefd (patch) | |
tree | d75f52cbd9d8c66310195bc1e27fb639a9723b29 /.github | |
parent | d670ed6bb054945d16a9d1ea2a32d469b524398a (diff) | |
download | firmament-635dbebbf46e76343260f0e659e8a9d84975eefd.tar.gz firmament-635dbebbf46e76343260f0e659e8a9d84975eefd.tar.bz2 firmament-635dbebbf46e76343260f0e659e8a9d84975eefd.zip |
Remove crowdin (for now)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/crowdin.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml deleted file mode 100644 index 6189172..0000000 --- a/.github/workflows/crowdin.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Crowdin Action -on: - schedule: - - cron: '0 0 * * *' - workflow_dispatch: { } -jobs: - synchronize-with-crowdin: - runs-on: ubuntu-latest - permissions: - pull-requests: write - contents: write - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Crowdin Action - uses: crowdin/github-action@v1 - with: - upload_sources: true - config: crowdin.yml - upload_translations: false - download_sources: false - download_translations: true - skip_untranslated_strings: true - export_only_approved: true - push_translations: true - create_pull_request: true - pull_request_title: 'New Crowdin Translations' - pull_request_base_branch_name: 'master' - pull_request_body: 'New Crowdin Translations' - localization_branch_name: l10n - env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - CROWDIN_PERSONAL_TOKEN: "${{ secrets.CROWDIN_TOKEN }}" |