build: Automerge weblate PRs

pull/1611/head
Krille 2 weeks ago
parent 34912595a9
commit e283e11643
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -0,0 +1,15 @@
name: Weblate Auto Merge
on:
pull_request:
types: [opened, reopened]
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'weblate'
steps:
- name: Enable Pull Request Automerge
run: gh pr merge --merge --auto "1"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading…
Cancel
Save