Skip to content

Commit

Permalink
build(deps): bump hmarr/auto-approve-action from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3 to 4.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases)
- [Commits](hmarr/auto-approve-action@v3...v4)

---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 9641cb8 commit 039ce43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Approve pull request
if: ${{ github.actor == env.REPOSITORY_OWNER && contains(github.event.comment.body, format('@{0}', env.REPOSITORY_BOT)) }}
uses: hmarr/auto-approve-action@v3
uses: hmarr/auto-approve-action@v4
with:
pull-request-number: ${{ github.event.issue.number }}
github-token: ${{ secrets.FPI_BOT_TOKEN }}
Expand Down

0 comments on commit 039ce43

Please sign in to comment.