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:
parent
dff0283cc8
commit
5513a9183a
1
.github/workflows/core-feature-alert.yml
vendored
1
.github/workflows/core-feature-alert.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user