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 21
21
22
22
adjust-labels :
23
23
runs-on : ubuntu-latest
24
- if : ${{ github.event.issue.state == 'open' }}
24
+ if : ${{ github.event.issue.state == 'open' && !github.event.issue.pull_request }}
25
25
permissions :
26
26
issues : write
27
27
env :
30
30
REPOSITORY_NAME : ${{ github.event.repository.full_name }}
31
31
steps :
32
32
- 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) }}
34
34
shell : bash
35
35
run : |
36
36
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