Browse Source
Auto approve dependabot
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/3374/head
Joas Schilling
6 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
11 additions and
0 deletions
-
.github/workflows/dependabot-approve.yml
|
|
|
@ -0,0 +1,11 @@ |
|
|
|
name: Dependabot auto approve |
|
|
|
on: pull_request |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |
|
|
|
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 }}" |