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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tgodzik committed Mar 1, 2024
1 parent 9855505 commit b546e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3
- uses: hmarr/auto-approve-action@v4
if: contains(github.event.pull_request.labels.*.name, 'semver-spec-patch') && github.actor == 'scalameta-bot'
with:
github-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit b546e07

Please sign in to comment.