Skip to content

Commit

Permalink
chore(deps): update hmarr/auto-approve-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent 942c243 commit bdf6363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve-on-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Approve on Label
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.4.0
- uses: hmarr/auto-approve-action@v3.2.1
if: github.event.action == 'labeled' && github.event.label.name == 'Approved'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit bdf6363

Please sign in to comment.