From ae3f626aa76bd8a9a01c1063eeb7dc1ad6131ca3 Mon Sep 17 00:00:00 2001 From: Melanie Ballard Date: Fri, 6 Jun 2025 10:38:03 -0400 Subject: [PATCH] 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",