Skip to content

Commit 58c0a51

Browse files
authored
kotlin backport (#227)
1 parent 10143aa commit 58c0a51

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.backportrc.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"repoOwner": "mongodb",
3+
"repoName": "docs-kotlin",
4+
5+
"targetBranchChoices": ["master", "5.5", "5.4", "5.3", "5.2", "5.1", "5.0", "v4.9", "v4.8", "v4.7", "v4.6", "v4.5", "v4.4", "v4.3"],
6+
7+
"autoMerge": true,
8+
"autoMergeMethod": "squash",
9+
10+
"branchLabelMapping": {
11+
"^auto-backport-to-(.+)$": "$1"
12+
}
13+
}

.github/.backportrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"repoOwner": "mongodb",
3-
"repoName": "docs-java",
3+
"repoName": "docs-kotlin",
44

5-
"targetBranchChoices": ["master", "v4.9", "v4.8", "v4.7", "v4.6", "v4.5", "v4.4", "v4.3"],
5+
"targetBranchChoices": ["master", "5.5", "5.4", "5.3", "5.2", "5.1", "5.0", "v4.9", "v4.8", "v4.7", "v4.6", "v4.5", "v4.4", "v4.3"],
66

77
"autoMerge": true,
88
"autoMergeMethod": "squash",

0 commit comments

Comments
 (0)