We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740b352 commit 7e8170eCopy full SHA for 7e8170e
1 file changed
.github/workflows/design-feedback-notify.yml
@@ -12,7 +12,7 @@ jobs:
12
notify:
13
if: >-
14
github.event.label.name == 'DESIGN FEEDBACK REQUESTED' &&
15
- github.event.pull_request.author_association == 'MEMBER'
+ contains(fromJSON('["MEMBER","COLLABORATOR"]'), github.event.pull_request.author_association)
16
runs-on: ubuntu-latest
17
steps:
18
- name: Notify Slack
0 commit comments