-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Support adding the commit-queue
label before the wait time is over
#45405
Comments
Having the
commit-queue
If there was a way of doing that without the need of fetching the entire commit history, that could be interesting. Otherwise, there's always the
author ready
|
why do we need the full commit history? |
node/.github/workflows/commit-queue.yml Lines 53 to 55 in 7ed44db
|
@aduh95 my PR filters pr prior to this checkout step |
Maybe this needs to be implemented mostly in
node-core-utils
, but I'd like to open the discussion here first for visibility.I think we should be able to add the
commit-queue
label to a PR when the only missing requirement for it to land is the wait time. It is always annoying to have to calculate the remaining time and then remember to come back to a pull request just to add this label.Is it desirable and implementable?
@nodejs/actions
The text was updated successfully, but these errors were encountered: