Skip to content

Commit

Permalink
Merge pull request #816 from tj-actions/dependabot/github_actions/hma…
Browse files Browse the repository at this point in the history
…rr/auto-approve-action-3

Bump hmarr/auto-approve-action from 2 to 3
  • Loading branch information
repo-ranger[bot] committed Nov 18, 2022
2 parents b86dc28 + dc7e117 commit 5b0b92e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-approve.yml
Expand Up @@ -3,11 +3,12 @@ name: Auto approve
on:
pull_request_target


jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2
- uses: hmarr/auto-approve-action@v3
if: |
(
github.event.pull_request.user.login == 'dependabot[bot]' ||
Expand Down

0 comments on commit 5b0b92e

Please sign in to comment.