Auto-merge my own PRs

This commit is contained in:
William Brawner 2024-03-14 21:37:47 -06:00 committed by github-actions[bot]
parent bf0ef59714
commit bcfe38c272

View file

@ -22,7 +22,7 @@ jobs:
run: npm run test
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.actor == 'wbrawner' || github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata