forms/.github/workflows/dependabot-approve.yml
Roeland Jago Douma d2bad7c771
Add github actions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-25 20:05:59 +01:00

12 lines
307 B
YAML

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 }}"