mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-30 19:30:19 +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:
commit
5b0b92e859
1 changed files with 2 additions and 1 deletions
3
.github/workflows/auto-approve.yml
vendored
3
.github/workflows/auto-approve.yml
vendored
|
@ -3,11 +3,12 @@ name: Auto approve
|
||||||
on:
|
on:
|
||||||
pull_request_target
|
pull_request_target
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
auto-approve:
|
auto-approve:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: hmarr/auto-approve-action@v2
|
- uses: hmarr/auto-approve-action@v3
|
||||||
if: |
|
if: |
|
||||||
(
|
(
|
||||||
github.event.pull_request.user.login == 'dependabot[bot]' ||
|
github.event.pull_request.user.login == 'dependabot[bot]' ||
|
||||||
|
|
Loading…
Reference in a new issue