Skip to content

Commit f0b1197

Browse files
author
Rajat
committed
Reverting to owner + member
1 parent 9230af0 commit f0b1197

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-from-pr-comment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
steps:
1919
- name: Ensure commenter is allowed
2020
if: |
21-
github.event.comment.author_association != 'OWNER'
21+
github.event.comment.author_association != 'OWNER' &&
22+
github.event.comment.author_association != 'MEMBER'
2223
run: |
23-
echo "Only OWNER can trigger releases."
24+
echo "Only OWNER or MEMBER can trigger releases."
2425
exit 1
2526
2627
- name: Validate PR merged to main and parse version

0 commit comments

Comments
 (0)