From 9cd5ebbf949fc8a9e51f4cb1232bf9359a14d849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 7 Jun 2024 13:32:47 +0200 Subject: [PATCH] CI updates This is done by the automated script named upgrade-c2cciutils-to-1.7 --- .github/workflows/pull-request-automation.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request-automation.yaml b/.github/workflows/pull-request-automation.yaml index 4b5e73fa..54db3c01 100644 --- a/.github/workflows/pull-request-automation.yaml +++ b/.github/workflows/pull-request-automation.yaml @@ -38,9 +38,9 @@ jobs: }) if: |- startsWith(github.head_ref, 'ghci/audit/') - && (github.event.pull_request.user.login == 'ghci-test[bot]' - || github.event.pull_request.user.login == 'ghci-int[bot]' - || github.event.pull_request.user.login == 'ghci[bot]') + && (github.event.pull_request.user.login == 'geo-ghci-test[bot]' + || github.event.pull_request.user.login == 'geo-ghci-int[bot]' + || github.event.pull_request.user.login == 'geo-ghci[bot]') && (github.event.action == 'opened' || github.event.action == 'reopened') - name: Auto reviews Renovate updates @@ -82,7 +82,7 @@ jobs: } `) if: |- - github.event.pull_request.user.login == 'sbrunner' + github.event.pull_request.user.login == 'geo-ghci-int[bot]' && startsWith(github.head_ref, 'dpkg-update/') && (github.event.action == 'opened' || github.event.action == 'reopened')