From 9d7440a96859f62bb072ab77d646e55f194c4df4 Mon Sep 17 00:00:00 2001 From: Martin M Date: Mon, 16 Oct 2023 22:28:47 +0200 Subject: [PATCH] Update newPrComment.yml --- .github/workflows/newPrComment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/newPrComment.yml b/.github/workflows/newPrComment.yml index 6ce25548b..5f2efc53b 100644 --- a/.github/workflows/newPrComment.yml +++ b/.github/workflows/newPrComment.yml @@ -9,7 +9,7 @@ jobs: if: | github.repository == 'ioBroker/ioBroker.repositories' && ${{ github.event.issue.pull_request }} && - !${{ github.event.comment.user.login }} === 'mcm1957' + ${{ github.event.comment.user.login !== 'mcm1957'}} runs-on: ubuntu-latest