Skip to content

Commit 560f5fd

Browse files
committed
Merge branch 'main' into common-errors
2 parents 9a04ca9 + 7e8170e commit 560f5fd

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)