Auto Approve Dependabot

This commit is contained in:
2021-02-18 16:54:57 +02:00
committed by GitHub
parent 8a9ad3faf7
commit 2cd7420fe3

13
.github/workflows/auto-approve.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Auto Approve Dependabot
on:
branches: [ master ]
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"