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: |