We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b363a6 commit 24f2b1cCopy full SHA for 24f2b1c
.github/workflows/evaluate.yaml
@@ -15,6 +15,7 @@ permissions:
15
jobs:
16
evaluate:
17
if: |
18
+ contains('["OWNER", "CONTRIBUTOR", "COLLABORATOR", "MEMBER"]', github.event.comment.author_association) &&
19
github.event.issue.pull_request &&
20
github.event.comment.body == '/evaluate'
21
runs-on: ubuntu-latest
0 commit comments