From 5e6e9eb88dffe01c5b8b89d38e38c68b8ae89ced Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Wed, 13 Nov 2024 11:47:42 -0500 Subject: [PATCH 1/4] DOCSP-45316 c2c backport file --- source/.backportrc.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 source/.backportrc.json diff --git a/source/.backportrc.json b/source/.backportrc.json new file mode 100644 index 000000000..18349189c --- /dev/null +++ b/source/.backportrc.json @@ -0,0 +1,15 @@ +{ + "repoOwner": "mongodb", + "repoName": "docs-mongodb-internal", + + "targetBranchChoices": ["master", "v1.9", "v1.8"], + + "editor": "code", + + "maxNumber": 15, + + "backportBranchName": "{{sourcePullRequest.title}}-{{targetBranch}}-backport", + + "prTitle": "{{sourcePullRequest.title}}-{{targetBranch}}-backport ({{sourcePullRequest.number}})" + } + \ No newline at end of file From 0556b56a0fb6d551abe023f30c153fb16f69ae49 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Wed, 13 Nov 2024 11:48:45 -0500 Subject: [PATCH 2/4] * --- source/.backportrc.json => .backportrc.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename source/.backportrc.json => .backportrc.json (100%) diff --git a/source/.backportrc.json b/.backportrc.json similarity index 100% rename from source/.backportrc.json rename to .backportrc.json From 44f809fcb5e8640203a2a64cc30ac428d1298267 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Wed, 13 Nov 2024 12:26:57 -0500 Subject: [PATCH 3/4] syntax --- .backportrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index 18349189c..449a3afcf 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -11,5 +11,4 @@ "backportBranchName": "{{sourcePullRequest.title}}-{{targetBranch}}-backport", "prTitle": "{{sourcePullRequest.title}}-{{targetBranch}}-backport ({{sourcePullRequest.number}})" - } - \ No newline at end of file +} From 41a5f33e218f044d682a813228bb2fcb5c6c0754 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Wed, 13 Nov 2024 14:51:08 -0500 Subject: [PATCH 4/4] correction --- .backportrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.backportrc.json b/.backportrc.json index 449a3afcf..f5f63b410 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,6 +1,6 @@ { "repoOwner": "mongodb", - "repoName": "docs-mongodb-internal", + "repoName": "docs-cluster-to-cluster-sync", "targetBranchChoices": ["master", "v1.9", "v1.8"],