From 33586d51ae28468ebb84a0c318a5bbc232a7b921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Mon, 17 Nov 2025 20:56:41 +0000 Subject: [PATCH] doc: clarify that CQ only picks up PRs targeting `main` PR-URL: https://github.com/nodejs/node/pull/60731 Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Rafael Gonzaga Reviewed-By: Moshe Atlow --- doc/contributing/commit-queue.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/contributing/commit-queue.md b/doc/contributing/commit-queue.md index a47b1d84f29..6cedc833029 100644 --- a/doc/contributing/commit-queue.md +++ b/doc/contributing/commit-queue.md @@ -54,6 +54,8 @@ of the commit queue: 2. A CI must've ran and succeeded since the last change on the PR 3. A collaborator must have approved the PR since the last change 4. Only Jenkins CI and GitHub Actions are checked (V8 CI and CITGM are ignored) +5. The PR must target the `main` branch (PRs opened against other branches, such + as backport PRs, are ignored) ## Implementation