Skip to content

Commit 9411865

Browse files
committed
update issue_comment
1 parent 0d8b7ff commit 9411865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
notify:
99
runs-on: ubuntu-latest
1010
permissions: {}
11-
if: ${{ !github.event.issue.pull_request }}
11+
if: ${{ !github.event.issue.pull_request && !contains(fromJSON('["MEMBER", "OWNER"]'), github.event.comment.author_association) }}
1212
steps:
1313
- name: Run webhook curl command
1414
env:

0 commit comments

Comments
 (0)