Skip to content

Commit abd2bbc

Browse files
testing backport tool (#641)
* testing backport tool * build
1 parent 7866106 commit abd2bbc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.backportrc.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"repoOwner": "mongodb",
3+
"repoName": "docs-atlas-cli",
4+
5+
"targetBranchChoices": ["v1.27", "v1.26", "v1.25", "v1.24", "v1.23", "v1.22", "v1.21", "v1.20", "v1.19", "v1.18", "v1.17", "v1.16", "v1.15", "v1.14", "v1.13", "v1.12", "v1.11"],
6+
7+
"editor": "code",
8+
9+
"maxNumber": 25,
10+
11+
"backportBranchName": "{{sourcePullRequest.title}}-{{targetBranch}}-backport",
12+
13+
"prTitle": "{{sourcePullRequest.title}}-{{targetBranch}}-backport ({{sourcePullRequest.number}})"
14+
}

0 commit comments

Comments
 (0)