ci: Autoapprove dependabot and weblate
parent
18851e2a03
commit
18e91f694f
@ -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
|
||||
Loading…
Reference in New Issue