Browse Source

Auto approve dependabot

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/3374/head
Joas Schilling 6 years ago
parent
commit
2d2e321053
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 11
      .github/workflows/dependabot-approve.yml

11
.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 }}"
Loading…
Cancel
Save