From ae3f626aa76bd8a9a01c1063eeb7dc1ad6131ca3 Mon Sep 17 00:00:00 2001 From: Melanie Ballard Date: Fri, 6 Jun 2025 10:38:03 -0400 Subject: [PATCH 1/2] kotlin backport --- .backportrc.json | 13 +++++++++++++ .github/.backportrc.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .backportrc.json diff --git a/.backportrc.json b/.backportrc.json new file mode 100644 index 00000000..2604a590 --- /dev/null +++ b/.backportrc.json @@ -0,0 +1,13 @@ +{ + "repoOwner": "mongodb", + "repoName": "docs-kotlin", + + "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"], + + "autoMerge": true, + "autoMergeMethod": "squash", + + "branchLabelMapping": { + "^auto-backport-to-(.+)$": "$1" + } +} \ No newline at end of file diff --git a/.github/.backportrc.json b/.github/.backportrc.json index b4fa3ca6..2604a590 100644 --- a/.github/.backportrc.json +++ b/.github/.backportrc.json @@ -1,8 +1,8 @@ { "repoOwner": "mongodb", - "repoName": "docs-java", + "repoName": "docs-kotlin", - "targetBranchChoices": ["master", "v4.9", "v4.8", "v4.7", "v4.6", "v4.5", "v4.4", "v4.3"], + "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"], "autoMerge": true, "autoMergeMethod": "squash", From 4ae9c601ffbe9b09070f654f2614105fcb9eae43 Mon Sep 17 00:00:00 2001 From: Melanie Ballard Date: Fri, 6 Jun 2025 10:51:54 -0400 Subject: [PATCH 2/2] adding v to versions --- .backportrc.json | 2 +- .github/.backportrc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index 2604a590..46e7ae02 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -2,7 +2,7 @@ "repoOwner": "mongodb", "repoName": "docs-kotlin", - "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"], + "targetBranchChoices": ["master", "v5.5", "v5.4", "v5.3", "v5.2", "v5.1", "v5.0", "v4.9", "v4.8", "v4.7", "v4.6", "v4.5", "v4.4", "v4.3"], "autoMerge": true, "autoMergeMethod": "squash", diff --git a/.github/.backportrc.json b/.github/.backportrc.json index 2604a590..46e7ae02 100644 --- a/.github/.backportrc.json +++ b/.github/.backportrc.json @@ -2,7 +2,7 @@ "repoOwner": "mongodb", "repoName": "docs-kotlin", - "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"], + "targetBranchChoices": ["master", "v5.5", "v5.4", "v5.3", "v5.2", "v5.1", "v5.0", "v4.9", "v4.8", "v4.7", "v4.6", "v4.5", "v4.4", "v4.3"], "autoMerge": true, "autoMergeMethod": "squash",