diff --git a/.github/workflows/evaluate.yaml b/.github/workflows/evaluate.yaml index 80971b0a..fdac800b 100644 --- a/.github/workflows/evaluate.yaml +++ b/.github/workflows/evaluate.yaml @@ -15,6 +15,7 @@ permissions: jobs: evaluate: if: | + contains('["OWNER", "CONTRIBUTOR", "COLLABORATOR", "MEMBER"]', github.event.comment.author_association) && github.event.issue.pull_request && github.event.comment.body == '/evaluate' runs-on: ubuntu-latest