chore: remove weblate workflow

This commit is contained in:
Bnyro 2023-09-09 15:42:02 +02:00 committed by GitHub
parent 79e2dd7403
commit 184e72cbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +0,0 @@
name: Merge Weblate translations
permissions: write-all
on:
pull_request:
types: [opened, reopened]
jobs:
merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: AutoMerge Weblate translations
if: github.event.pull_request.user.login == 'weblate'
run: gh pr merge --auto --delete-branch --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}