ci: Autoapprove dependabot and weblate
This commit is contained in:
parent
18851e2a03
commit
18e91f694f
1 changed files with 12 additions and 0 deletions
12
.github/workflows/auto_approve.yaml
vendored
Normal file
12
.github/workflows/auto_approve.yaml
vendored
Normal 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
|
||||
Loading…
Add table
Reference in a new issue