Update automerge.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-18 16:33:50 +02:00
committed by GitHub
parent 69af7b0390
commit ec942fd3cb
+2 -2
View File
@@ -15,8 +15,8 @@ jobs:
uses: hmarr/auto-approve-action@v3
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.head_commit.message, 'by renovate') ||
github.event.workflow_run.head_commit.message, '.all-contributorsrc'))
(contains(github.event.workflow_run.head_commit.message, 'by renovate') ||
contains(github.event.workflow_run.head_commit.message, '.all-contributorsrc'))
}}
with:
github-token: "${{ secrets.OR_PAT }}"