Skip to content

Commit 949f75d

Browse files
authored
Merge pull request #42 from pamelafox/pamelafox-patch-6
Update evaluate.yaml with restrictions
2 parents 6b363a6 + 24f2b1c commit 949f75d

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)