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