Update auto-merge.yml
Work around https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60
This commit is contained in:
parent
ac0ff8625d
commit
28d35b47a2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/auto-merge.yml
vendored
3
.github/workflows/auto-merge.yml
vendored
|
|
@ -1,12 +1,13 @@
|
|||
name: auto-merge
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches: [ next ]
|
||||
|
||||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue