Update automerge.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -14,8 +14,9 @@ jobs:
|
|||||||
- name: Approve PR
|
- name: Approve PR
|
||||||
uses: hmarr/auto-approve-action@v3
|
uses: hmarr/auto-approve-action@v3
|
||||||
if: ${{
|
if: ${{
|
||||||
contains(github.event.pull_request.title, 'by renovate') ||
|
github.event.workflow_run.pull_requests[0].base.repo.id == github.event.workflow_run.pull_requests[0].head.repo.id &&
|
||||||
contains(github.event.pull_request.title, '.all-contributorsrc')
|
(contains(github.event.workflow_run.pull_requests[0].title, 'by renovate') ||
|
||||||
|
contains(github.event.workflow_run.pull_requests[0].title, '.all-contributorsrc'))
|
||||||
}}
|
}}
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.OR_PAT }}"
|
github-token: "${{ secrets.OR_PAT }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user