nextcloud-android/.github/workflows/autoApproveDependabot.yml
tobiasKaminsky eaf144d4cf
Auto approve: fix gitHub action
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-03-29 16:44:23 +02:00

13 lines
398 B
YAML

name: Auto approve
on:
pull_request_target:
branches: [ master, stable-* ]
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 }}"