Enable auto-merge for PRs from dependabot
This commit is contained in:
parent
e934ebf4e4
commit
d3fb723611
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
automerge:
|
||||
name: Enable automerge
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor == 'wbrawner' }}
|
||||
if: ${{ github.actor == 'wbrawner' || github.actor == 'dependabot[bot]' }}
|
||||
steps:
|
||||
- name: Enable auto-merge
|
||||
run: gh pr merge --auto --merge "$PR_URL"
|
||||
|
|
Loading…
Reference in a new issue