From 2bee357896562d07db8cadf7760179498d2c9e4e Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Sun, 12 Feb 2023 13:28:22 +0300 Subject: [PATCH] Removed Crowdin pull workflow (#31) * Update crowdin.yml * added github workflows * Update crowdin_push.yml * Update intl_en.arb * Update intl_en.arb * Delete crowdin_pull.yml * Delete crowdin_pull.yml --- .github/workflows/crowdin_pull.yml | 33 ------------------------------ 1 file changed, 33 deletions(-) delete mode 100644 .github/workflows/crowdin_pull.yml diff --git a/.github/workflows/crowdin_pull.yml b/.github/workflows/crowdin_pull.yml deleted file mode 100644 index cc3a650..0000000 --- a/.github/workflows/crowdin_pull.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Crowdin pull -on: - workflow_dispatch: - repository_dispatch: - types: [crowdin-webhook] -concurrency: - group: ${{ github.workflow }} -permissions: - contents: write - pull-requests: write -env: - REPO_TOKEN: ${{ secrets.REPO_TOKEN }} - CROWDIN_PROJECT_ID: 567473 - CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }} -jobs: - download-translations: - runs-on: ubuntu-latest - steps: - - name: Checkout main branch - uses: actions/checkout@v3 - - name: Download - uses: crowdin/github-action@1.5.0 - with: - crowdin_branch_name: main - upload_sources: false - upload_translations: false - download_translations: true - skip_untranslated_strings: true - export_only_approved: true - push_translations: true - localization_branch_name: main-l10n - create_pull_request: true - pull_request_base_branch_name: main