Merge pull request #7294 from pixelfed/shleeable-patch-1

Delete .github/workflows/crowdin.yml
pull/7296/head
Shlee 1 week ago committed by GitHub
commit 05ab76e840
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 }}
Loading…
Cancel
Save