ci: Bug fix: github-actions can't approve its own PRs, so use auto-merge rather than approval as the gate

This commit is contained in:
Chris Hennick 2024-04-24 01:26:52 -07:00
parent 8df1c4cb33
commit eb7eb452b6
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -8,7 +8,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' || github.actor == 'Pr0methean' }}
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'Pr0methean' }}
steps:
- name: Dependabot metadata
id: metadata