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