From bc65b743eb6f64e002759fa25429242f64b8affd Mon Sep 17 00:00:00 2001 From: Melanie Ballard Date: Tue, 10 Jun 2025 16:35:19 -0400 Subject: [PATCH 1/2] DOCS-49013 Backport adding versions on .backportrc.json file --- .backportrc.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.backportrc.json b/.backportrc.json index a69ec5984..b8268638e 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -6,6 +6,11 @@ // the branches available to backport to "targetBranchChoices": [ "master", + "v5.5", + "v5.4", + "v5.3", + "v5.2", + "v5.1", "v5.0", "v4.11", "v4.10", From 34be381a4af873190f6225ba1142b27bfa6e750e Mon Sep 17 00:00:00 2001 From: Melanie Ballard Date: Tue, 10 Jun 2025 16:37:24 -0400 Subject: [PATCH 2/2] DOCSP-49013-backport configure file --- .backportrc.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index b8268638e..298bba083 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,9 +1,7 @@ { - // Required "repoOwner": "mongodb", "repoName": "docs-java", - // the branches available to backport to "targetBranchChoices": [ "master", "v5.5", @@ -23,7 +21,6 @@ "v4.3" ], - // Optional: automatically merge backport PR "autoMerge": true, "autoMergeMethod": "squash" }