From b504faf3f1e6761b82068a22ac0f7ada18a0bc46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 1 Feb 2024 11:00:51 +0100 Subject: [PATCH] CI updates This is done by the automated script named upgrade-c2cciutils-to-1.7 --- .github/workflows/pull-request-automation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-automation.yaml b/.github/workflows/pull-request-automation.yaml index e98a540..14746f2 100644 --- a/.github/workflows/pull-request-automation.yaml +++ b/.github/workflows/pull-request-automation.yaml @@ -65,7 +65,7 @@ jobs: } `) if: |- - github.event.pull_request.user.login == 'c2c-bot-gis-ci' + github.event.pull_request.user.login == 'c2c-bot-gis-ci-2' && startsWith(github.head_ref, 'snyk-fix/') && (github.event.action == 'opened' || github.event.action == 'reopened') @@ -89,7 +89,7 @@ jobs: }); } if: |- - github.event.pull_request.user.login == 'c2c-bot-gis-ci' + github.event.pull_request.user.login == 'c2c-bot-gis-ci-2' && (startsWith(github.head_ref, 'snyk-fix/') || startsWith(github.head_ref, 'dpkg-update/')) && github.event.action == 'closed'