Skip to content

Commit e9809ef

Browse files
committed
update backport file (#665)
(cherry picked from commit 7a06e45)
1 parent aa4dcfa commit e9809ef

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

.backportrc.json

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,35 @@
22
// Required
33
"repoOwner": "mongodb",
44
"repoName": "docs-node",
5-
65
// the branches available to backport to
7-
"targetBranchChoices": ["master", "v5.2", "v5.1", "v5.0", "v4.15", "v4.14", "v4.13", "v4.12", "v4.11", "v4.10", "v4.9", "v4.8", "v4.7", "v4.6", "v4.5", "v4.4", "v4.3", "v4.2", "v4.1", "v4.0", "v3.7", "v3.6"],
8-
6+
"targetBranchChoices": [
7+
"master",
8+
"v5.3",
9+
"v5.2",
10+
"v5.1",
11+
"v5.0",
12+
"v4.15",
13+
"v4.14",
14+
"v4.13",
15+
"v4.12",
16+
"v4.11",
17+
"v4.10",
18+
"v4.9",
19+
"v4.8",
20+
"v4.7",
21+
"v4.6",
22+
"v4.5",
23+
"v4.4",
24+
"v4.3",
25+
"v4.2",
26+
"v4.1",
27+
"v4.0",
28+
"v3.7",
29+
"v3.6"
30+
],
931
// Optional: automatically merge backport PR
1032
"autoMerge": true,
1133
"autoMergeMethod": "squash",
12-
1334
// Optional: Automatically detect which branches a pull request should be backported to based on the pull request labels.
1435
// In this case, adding the label "auto-backport-to-production" will backport the PR to the "production" branch
1536
"branchLabelMapping": {

0 commit comments

Comments
 (0)