Skip to content

Commit 595117f

Browse files
QardBethGriggs
authored andcommitted
doc: explain backport labels
PR-URL: #40520 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 042f01e commit 595117f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/guides/backporting-to-release-lines.md

+14
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ require that commits mature in the Current release for at least 2 weeks before
2424
they can be landed in an LTS staging branch. Only after "maturation" will those
2525
commits be cherry-picked or backported.
2626

27+
## How to label backport issues and PRs?
28+
29+
For the following labels, the `N` in `vN.x` refers to the major release number.
30+
31+
| Label | Description |
32+
| ----------------------- | ------------------------------------------------------------------------------------------------- |
33+
| backport-blocked-vN.x | PRs that should land on the vN.x-staging branch but are blocked by another PR's pending backport. |
34+
| backport-open-vN.x | Indicate that the PR has an open backport. |
35+
| backport-requested-vN.x | PRs awaiting manual backport to the vN.x-staging branch. |
36+
| backported-to-vN.x | PRs backported to the vN.x-staging branch. |
37+
| baking-for-lts | PRs that need to wait before landing in a LTS release. |
38+
| lts-watch-vN.x | PRs that may need to be released in vN.x. |
39+
| vN.x | Issues that can be reproduced on vN.x or PRs targeting the vN.x-staging branch. |
40+
2741
## How to submit a backport pull request
2842

2943
For the following steps, let's assume that a backport is needed for the v10.x

0 commit comments

Comments
 (0)