IIRC collaborators are able to manually trigger CI through Jenkins without needing 1 approval on the PR, maybe it makes sense for the collaborators to use request-ci label on their own or other collaborators's PR without at least 1 approval restriction.
|
return !!this.getApprovedTipOfHead(); |
just an idea - could we check either the PR author is a current collaborator?
IIRC collaborators are able to manually trigger CI through Jenkins without needing 1 approval on the PR, maybe it makes sense for the collaborators to use
request-cilabel on their own or other collaborators's PR without at least 1 approval restriction.node-core-utils/lib/pr_checker.js
Line 560 in a68af4b