Update automerge.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-18 16:32:36 +02:00
committed by GitHub
parent f405a59e95
commit 69af7b0390
+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 &&
(contains(github.event.workflow_run.pull_requests[0].title, 'by renovate') ||
contains(github.event.workflow_run.pull_requests[0].title, '.all-contributorsrc'))
(github.event.workflow_run.head_commit.message, 'by renovate') ||
github.event.workflow_run.head_commit.message, '.all-contributorsrc'))
}}
with:
github-token: "${{ secrets.OR_PAT }}"