ci: Auto-approve commits by release-plz
This commit is contained in:
parent
9def229683
commit
96441f0547
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ permissions:
|
|||
jobs:
|
||||
dependabot:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'Pr0methean' }}
|
||||
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions' || github.actor == 'Pr0methean' }}
|
||||
steps:
|
||||
- name: Dependabot metadata
|
||||
id: metadata
|
Loading…
Add table
Reference in a new issue