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

Commit

Permalink
Merge pull request #163 from LuisAlejandro/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…hmarr/auto-approve-action-2.2.1

Bump hmarr/auto-approve-action from 2.0.0 to 2.2.1
  • Loading branch information
LuisAlejandro committed Apr 23, 2022
2 parents 72f43e8 + aac0f47 commit 9f5b9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ jobs:
needs: finish
steps:
- name: Approve
uses: hmarr/auto-approve-action@v2.0.0
uses: hmarr/auto-approve-action@v2.2.1
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
- name: Approve
uses: hmarr/auto-approve-action@v2.0.0
uses: hmarr/auto-approve-action@v2.2.1
if: github.actor == 'LuisAlejandro'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 9f5b9f1

Please sign in to comment.