Update auto-approve.yml

This commit is contained in:
toastie_t0ast 2023-04-10 19:54:06 +12:00 committed by GitHub
parent 64bad5b5ff
commit 422e3575ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,6 @@ jobs:
steps:
- name: Approve via actions
uses: hmarr/auto-approve-action@v2.2.1
if: github.actor == 'EmotionChild' || github.actor == 'dependabot[bot]'
if: github.actor == 'dependabot[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"