From 6aaa0aaeb476d84a04252a4fa9da40a733fb14ae Mon Sep 17 00:00:00 2001 From: ismay Date: Mon, 29 Jul 2024 16:04:41 +0200 Subject: [PATCH] ci: fix comment and close if condition --- .github/workflows/comment-and-close.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-and-close.yml b/.github/workflows/comment-and-close.yml index 25e527b5..bf42f27c 100644 --- a/.github/workflows/comment-and-close.yml +++ b/.github/workflows/comment-and-close.yml @@ -7,4 +7,4 @@ on: jobs: comment-and-close: uses: dhis2/workflows-platform/.github/workflows/comment-and-close.yml@v1 - if: !contains(github.event.issues.sender.login , fromJson('["dhis2-bot", "kodiakhq", "dependabot"]')) + if: '!contains(github.event.issues.sender.login , fromJson(\'["dhis2-bot", "kodiakhq", "dependabot"]\'))'