Skip to content

Commit

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

Bump hmarr/auto-approve-action from 3.2.1 to 4.0.0
  • Loading branch information
LuisAlejandro authored Feb 5, 2024
2 parents ca6c0f9 + 02c6c75 commit 11ae120
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 @@ -64,12 +64,12 @@ jobs:
needs: build
steps:
- name: Approve
uses: hmarr/auto-approve-action@v3.2.1
uses: hmarr/auto-approve-action@v4.0.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
- name: Approve
uses: hmarr/auto-approve-action@v3.2.1
uses: hmarr/auto-approve-action@v4.0.0
if: github.actor == 'LuisAlejandro'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 11ae120

Please sign in to comment.