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:
parent
8df1c4cb33
commit
eb7eb452b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/auto_approve_prs.yml
vendored
2
.github/workflows/auto_approve_prs.yml
vendored
|
@ -8,7 +8,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
dependabot:
|
dependabot:
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
- name: Dependabot metadata
|
- name: Dependabot metadata
|
||||||
id: metadata
|
id: metadata
|
||||||
|
|
Loading…
Add table
Reference in a new issue