Skip to content

Commit 33586d5

Browse files
authored
doc: clarify that CQ only picks up PRs targeting main
PR-URL: #60731 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent ecbc22d commit 33586d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/contributing/commit-queue.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ of the commit queue:
5454
2. A CI must've ran and succeeded since the last change on the PR
5555
3. A collaborator must have approved the PR since the last change
5656
4. Only Jenkins CI and GitHub Actions are checked (V8 CI and CITGM are ignored)
57+
5. The PR must target the `main` branch (PRs opened against other branches, such
58+
as backport PRs, are ignored)
5759

5860
## Implementation
5961

0 commit comments

Comments
 (0)