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.
2 parents 6b363a6 + 24f2b1c commit 949f75dCopy full SHA for 949f75d
.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