From 5513a9183ada5256ee231208ba545ffe188f9083 Mon Sep 17 00:00:00 2001 From: FredrikOseberg Date: Mon, 9 Dec 2024 15:42:31 +0100 Subject: [PATCH] fix: remove if statement --- .github/workflows/core-feature-alert.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/core-feature-alert.yml b/.github/workflows/core-feature-alert.yml index c080a2f6ac..1b13e370da 100644 --- a/.github/workflows/core-feature-alert.yml +++ b/.github/workflows/core-feature-alert.yml @@ -52,7 +52,6 @@ jobs: return { hasComment, hasReviewers }; - name: Add reviewers and comment if necessary - if: steps.check-comment.outputs.hasComment == 'false' || steps.check-comment.outputs.hasReviewers == 'false' uses: actions/github-script@v6 with: script: |