1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: remove if statement

This commit is contained in:
FredrikOseberg 2024-12-09 15:42:31 +01:00
parent dff0283cc8
commit 5513a9183a
No known key found for this signature in database
GPG Key ID: 282FD8A6D8F9BCF0

View File

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