AniwatchPlus/.github/workflows/auto-merge.yml
Daniel e656fb0a90
Update auto-merge.yml
Trying if this will fix auto merge issues.
2021-05-08 14:26:11 +02:00

16 lines
333 B
YAML

name: auto-merge
on:
pull_request_target:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2.3.1
with:
target: minor
github-token: ${{ secrets.PR_AUTO_MERGE }}