diff --git a/.backportrc.json b/.backportrc.json new file mode 100644 index 000000000..f5f63b410 --- /dev/null +++ b/.backportrc.json @@ -0,0 +1,14 @@ +{ + "repoOwner": "mongodb", + "repoName": "docs-cluster-to-cluster-sync", + + "targetBranchChoices": ["master", "v1.9", "v1.8"], + + "editor": "code", + + "maxNumber": 15, + + "backportBranchName": "{{sourcePullRequest.title}}-{{targetBranch}}-backport", + + "prTitle": "{{sourcePullRequest.title}}-{{targetBranch}}-backport ({{sourcePullRequest.number}})" +}