Updated .github/workflows/auto-approve.yml

This commit is contained in:
Tonye Jack 2021-04-27 15:00:56 -04:00
parent fc2955dd61
commit 71a854d273

View File

@ -14,6 +14,10 @@ jobs:
github.actor == 'dependabot-preview[bot]' || github.actor == 'dependabot-preview[bot]' ||
github.actor == 'dependabot-preview' || github.actor == 'dependabot-preview' ||
github.actor == 'renovate[bot]' || github.actor == 'renovate[bot]' ||
github.actor == 'renovate' github.actor == 'renovate' ||
github.actor == 'pyup-bot' ||
github.actor == 'github-actions[bot]' ||
github.actor == 'pre-commit-ci' ||
github.actor == 'pre-commit-ci[bot]'
with: with:
github-token: ${{ secrets.PAT_TOKEN }} github-token: ${{ secrets.PAT_TOKEN }}