Skip to content

Commit 7e8170e

Browse files
authored
Add check for COLLABORATOR (#3283)
1 parent 740b352 commit 7e8170e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/design-feedback-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
notify:
1313
if: >-
1414
github.event.label.name == 'DESIGN FEEDBACK REQUESTED' &&
15-
github.event.pull_request.author_association == 'MEMBER'
15+
contains(fromJSON('["MEMBER","COLLABORATOR"]'), github.event.pull_request.author_association)
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Notify Slack

0 commit comments

Comments
 (0)