ci: Autoapprove dependabot and weblate

This commit is contained in:
Krille 2023-10-17 08:35:29 +02:00
parent 18851e2a03
commit 18e91f694f
No known key found for this signature in database

12
.github/workflows/auto_approve.yaml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Auto approve
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'dependabot[bot]' || github.actor == 'weblate'
steps:
- uses: hmarr/auto-approve-action@v3