mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Add collaborators/push to pullpreview admins
From docs https://github.com/pullpreview/action/wiki/Inputs#notes : > With admins: "`@collaborators/push`", PullPreview loads push > collaborators from GitHub API (`affiliation=all, permission=push`) and > currently uses the first page (up to 100 users). A warning is logged > if more exist. [skip ci]
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
- uses: pullpreview/action@v6
|
||||
with:
|
||||
# allows to ssh to the instance using our GitHub ssh key
|
||||
admins: crohr,HDinger,machisuji,oliverguenther,ulferts,wielinde,cbliard
|
||||
admins: "crohr,HDinger,machisuji,oliverguenther,ulferts,wielinde,cbliard,@collaborators/push"
|
||||
compose_files: docker-compose.pullpreview.yml
|
||||
provider: hetzner
|
||||
region: fsn1
|
||||
|
||||
Reference in New Issue
Block a user