3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-29 03:34:50 +00:00

Merge pull request #816 from tj-actions/dependabot/github_actions/hmarr/auto-approve-action-3

Bump hmarr/auto-approve-action from 2 to 3
This commit is contained in:
repo-ranger[bot] 2022-11-18 02:09:44 +00:00 committed by GitHub
commit 5b0b92e859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]' ||