File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,20 @@ require that commits mature in the Current release for at least 2 weeks before
24
24
they can be landed in an LTS staging branch. Only after "maturation" will those
25
25
commits be cherry-picked or backported.
26
26
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
+
27
41
## How to submit a backport pull request
28
42
29
43
For the following steps, let's assume that a backport is needed for the v10.x
You can’t perform that action at this time.
0 commit comments