We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a04ca9 + 7e8170e commit 560f5fdCopy full SHA for 560f5fd
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