-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allowing using request-ci
label for collaborators in unapproved PRs
#801
Comments
+1, we need a different mechanism |
My reasoning when implementing the security check was there was no reason for a collaborator to start a CI on an unapproved CI (likely reviews will have nits that you'd want to merge before starting CI) – and also it was simpler to not treat collaborators differently. |
@aduh95 perhaps we could change it to start CI execution on PR with an approval, even if not on latest commits, so this way if you fixed nits etc, you don't need a re-approval? |
Well, no. Myself (and many others) open PRs to verify if the change fails on all the list of environments we support. Waiting for an approval to start CI will slow development significantly, and it basically tell maintainers to start the CI manually completely defeating the purpose of the label. |
I recommend the change to be reverted while we find a different solution. |
I've opened nodejs/node#52940. |
Hey everyone, we now can't run CI for unapproved PRs using the
request-ci
labelI believe it was done to avoid security risks for running untrusted code in the CI but collaborators can pass that by starting the CI using
ci.nodejs.org
And this is really inconvenient for collaborators
So can we change it so collaborators can run the CI using the
request-ci
labelThe text was updated successfully, but these errors were encountered: