Skip to content

Commit 24f2b1c

Browse files
authored
Update evaluate.yaml with restrictions
1 parent 6b363a6 commit 24f2b1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/evaluate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515
jobs:
1616
evaluate:
1717
if: |
18+
contains('["OWNER", "CONTRIBUTOR", "COLLABORATOR", "MEMBER"]', github.event.comment.author_association) &&
1819
github.event.issue.pull_request &&
1920
github.event.comment.body == '/evaluate'
2021
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)