tools: allow triagers to queue a PR for CI until it's reviewed#62524
Merged
aduh95 merged 1 commit intonodejs:mainfrom Apr 2, 2026
Merged
tools: allow triagers to queue a PR for CI until it's reviewed#62524aduh95 merged 1 commit intonodejs:mainfrom
aduh95 merged 1 commit intonodejs:mainfrom
Conversation
Collaborator
|
Review requested:
|
Member
|
misclicked Copilot review >,< |
panva
approved these changes
Mar 31, 2026
bjohansebas
approved these changes
Mar 31, 2026
targos
approved these changes
Apr 2, 2026
Collaborator
Commit Queue failed- Loading data for nodejs/node/pull/62524 ✔ Done loading data for nodejs/node/pull/62524 ----------------------------------- PR info ------------------------------------ Title tools: allow triagers to queue a PR for CI until it's reviewed (#62524) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch aduh95:auto-start-ci-later -> nodejs:main Labels meta, author ready Commits 2 - tools: allow triagers to queue a PR for CI until it's reviewed - fixup! tools: allow triagers to queue a PR for CI until it's reviewed Committers 1 - Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: https://github.com/nodejs/node/pull/62524 Fixes: https://github.com/nodejs/node/issues/62496 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/62524 Fixes: https://github.com/nodejs/node/issues/62496 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Tue, 31 Mar 2026 14:38:17 GMT ✔ Approvals: 2 ✔ - Filip Skokan (@panva) (TSC): https://github.com/nodejs/node/pull/62524#pullrequestreview-4038334063 ✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/62524#pullrequestreview-4048612983 ✘ 1 GitHub CI job(s) cancelled: ✘ - Agent: CANCELLED (https://github.com/nodejs/node/actions/runs/23806086534/job/69379833628) ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/23906007514 |
Contributor
Author
Interestingly that makes the CQ fail, oh well |
PR-URL: nodejs#62524 Fixes: nodejs#62496 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
89f1212 to
25443db
Compare
Contributor
Author
|
Landed in 25443db |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Triagers and PR authors currently have to wait until a PR has gotten an approving review before applying the request-ciAdd this label to start a Jenkins CI on a PR.
label; this change allows to add the label immediately, and the CI will start once the PR is approved.
Fixes: #62496