Skip to content

Commit

Permalink
Update on-hackathon-r2-verified.yaml (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
zihyeon08 authored Aug 24, 2024
1 parent 89b6e6c commit 2821fc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/on-hackathon-r2-verified.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
steps.issue.outputs.verified == 'true' &&
steps.issue.outputs.inspected == 'true' &&
github.event.comment.user.login == github.event.issue.assignee.login &&
github.event.inputs.onlyissueclose == 'true'
github.event.inputs.onlyissueclose != 'false'
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -160,7 +160,7 @@ jobs:
steps.issue.outputs.verified == 'true' &&
steps.issue.outputs.inspected == 'true' &&
github.event.comment.user.login == github.event.issue.assignee.login &&
github.event.inputs.onlyissueclose == 'true'
github.event.inputs.onlyissueclose != 'false'
uses: actions-cool/issues-helper@v3
with:
actions: 'create-comment'
Expand All @@ -181,7 +181,8 @@ jobs:
steps.issue.outputs.issueType == 'TOPIC' &&
steps.issue.outputs.verified == 'true' &&
steps.issue.outputs.inspected == 'true' &&
github.event.comment.user.login == github.event.issue.assignee.login
github.event.comment.user.login == github.event.issue.assignee.login &&
github.event.inputs.onlyissueclose != 'false'
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2821fc9

Please sign in to comment.