We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff6e139 + 34be381 commit 6cb020eCopy full SHA for 6cb020e
1 file changed
.backportrc.json
@@ -1,11 +1,14 @@
1
{
2
- // Required
3
"repoOwner": "mongodb",
4
"repoName": "docs-java",
5
6
- // the branches available to backport to
7
"targetBranchChoices": [
8
"master",
+ "v5.5",
+ "v5.4",
9
+ "v5.3",
10
+ "v5.2",
11
+ "v5.1",
12
"v5.0",
13
"v4.11",
14
"v4.10",
@@ -18,7 +21,6 @@
18
21
"v4.3"
19
22
],
20
23
- // Optional: automatically merge backport PR
24
"autoMerge": true,
25
"autoMergeMethod": "squash"
26
}
0 commit comments