Skip to content

Commit 978b232

Browse files
authored
Apply suggestion from @e271828-
1 parent 943718e commit 978b232

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/e2e-private-link-in-pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
github.event.issue.pull_request
1212
&& contains(github.event.comment.body, '/invite')
1313
&& (
14-
contains(fromJson('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)
15-
|| contains(fromJson('["kieferro", "ewjoachim"]'), github.event.comment.user.login)
14+
contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)
1615
)
1716
runs-on: ubuntu-latest
1817
strategy:

0 commit comments

Comments
 (0)