-
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
Revert required certify safe #805
Conversation
This reverts commit a5213cd.
I think this is too restrictive and a different implementation should be reached. (I was wrong in LGTMing this, sorry) |
cc @joyeecheung @nodejs/tsc |
I'd prefer if we find another solution than to revert, maybe we could improve the CLI flow for starting CI. |
I think we should wait before landing this to discuss with TSC since #801 is on the agenda. |
We could have an action that automatically removes the label if it was applied by someone who's not allowed. |
There would be a race condition though, I don't think that's a sound solution. The GHA workflow could add |
I do most of my CI-nudging on mobile :( |
what is that value? and in that case, why won't I access https://ci.nodejs.org/ and trigger a job manually? |
There would be incentive to improve the CLI, while keeping for triaggers the ability to run CI on approved PRs – and only approved PRs.
It's always been a possibility, nothing changes on that front (no matter if this revert lands or not, no matter if the CLI improves or not).
It's still there – only for fewer PRs, the one that have been approved.
Surely you don't send your PRs from mobile do you? If you mean reviewing PRs, how often does it happen that you would want to run CI before you approve it? I suppose it would depend on the type of changes that's being suggested, and maybe we have different experiences around it, the current settings were chosen because it matched my personal "kicking off CIs" style. |
I would guess 80-90% of the time.
Fair enough, but we should be supportive of others too. |
I would prefer to not loose another week. |
I also incurred into this. This is definitely not what we want. |
Another annoying issue is when your pr is approved, you amend a nit and you cannot start CI, without asking to re-approve the PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverting this is not the right move IMO, if you'd like to unblock the situation, you should open a PR to make the action pass --certify-safe
label on nodejs/node – or make it use the older version of ncu. Reverting this is going to make it harder to iterate on it.
Fixes #801