Update auto-approve.yml
This commit is contained in:
parent
64bad5b5ff
commit
422e3575ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/auto-approve.yml
vendored
2
.github/workflows/auto-approve.yml
vendored
|
@ -21,6 +21,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Approve via actions
|
- name: Approve via actions
|
||||||
uses: hmarr/auto-approve-action@v2.2.1
|
uses: hmarr/auto-approve-action@v2.2.1
|
||||||
if: github.actor == 'EmotionChild' || github.actor == 'dependabot[bot]'
|
if: github.actor == 'dependabot[bot]'
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Reference in a new issue