File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121
2222 adjust-labels :
2323 runs-on : ubuntu-latest
24- if : ${{ github.event.issue.state == 'open' }}
24+ if : ${{ github.event.issue.state == 'open' && !github.event.issue.pull_request }}
2525 permissions :
2626 issues : write
2727 env :
3030 REPOSITORY_NAME : ${{ github.event.repository.full_name }}
3131 steps :
3232 - name : remove pending-community-response when new comment received
33- if : ${{ !contains(fromJSON('["MEMBER", "OWNER"]'), github.event.comment.author_association) && !github.event.issue.pull_request }}
33+ if : ${{ !contains(fromJSON('["MEMBER", "OWNER"]'), github.event.comment.author_association) }}
3434 shell : bash
3535 run : |
3636 gh issue edit $ISSUE_NUMBER --repo $REPOSITORY_NAME --remove-label "pending-community-response"
You can’t perform that action at this time.
0 commit comments