Update auto-approve.yml

This commit is contained in:
eikek 2022-06-17 22:34:07 +02:00
parent 677833d807
commit 15b698d8b6

View File

@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: hmarr/auto-approve-action@v2.2.1
if: github.actor == 'scala-steward'
if: github.actor == 'eikek-scala-steward'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}