Skip to content

Commit e2ebec7

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

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
@@ -46,8 +46,7 @@ jobs:
4646
github.event.issue.pull_request
4747
&& contains(github.event.comment.body, '/invite')
4848
&& (
49-
contains(fromJson('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)
50-
|| contains(fromJson('["kieferro", "ewjoachim"]'), github.event.comment.user.login)
49+
contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)
5150
)
5251
runs-on: ubuntu-latest
5352
permissions:

0 commit comments

Comments
 (0)