Enable auto-merge for PRs from dependabot

This commit is contained in:
William Brawner 2024-03-09 09:09:56 -07:00
parent e934ebf4e4
commit d3fb723611

View file

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