From b1f35c6a1242b8a46a99787282dc0412e3e83c9c Mon Sep 17 00:00:00 2001 From: Shlee Date: Mon, 14 Sep 2026 19:34:17 +0930 Subject: [PATCH] Delete .github/workflows/crowdin.yml --- .github/workflows/crowdin.yml | 39 ----------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/crowdin.yml diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml deleted file mode 100644 index 5dad1986a..000000000 --- a/.github/workflows/crowdin.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Crowdin Action - Disabled by Shlee - -permissions: - contents: write - pull-requests: write - -on: - # push: - # branches: [staging] - # schedule: - # # Sync every day at 03:00 UTC - # - cron: '0 3 * * *' - workflow_dispatch: - -jobs: - synchronize-with-crowdin: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v7 - - - name: Crowdin action - uses: crowdin/github-action@v3 - with: - upload_sources: true - upload_translations: true - download_translations: true - auto_approve_imported: true - import_eq_suggestions: false - localization_branch_name: l10n_crowdin_translations - create_pull_request: true - pull_request_title: 'New Crowdin Translations' - pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)' - pull_request_base_branch_name: 'staging' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} - CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}