We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f349c71 commit 943718eCopy full SHA for 943718e
1 file changed
.github/workflows/e2e-external-phase-1.yml
@@ -11,7 +11,7 @@ jobs:
11
if: |
12
github.event.pull_request.author_association != 'MEMBER'
13
&& (
14
- contains(fromJson('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.review.author_association)
+ contains(fromJson('["OWNER", "MEMBER"]'), github.event.review.author_association)
15
)
16
&& github.event.review.state == 'approved'
17
&& contains(github.event.review.body, '/e2e')
0 commit comments