Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
ci: autoapprove actor (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcataford authored May 31, 2021
1 parent d8f8624 commit d67bcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
if: github.actor == 'dependabot'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d67bcb0

Please sign in to comment.