Skip to content

Commit 4592b39

Browse files
configure backport tool (#143)
1 parent ceffe1f commit 4592b39

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": "10gen",
3+
"repoName": "docs-atlas-operator",
4+
5+
"targetBranchChoices": ["v2.4", "v2.3", "v2.2", "v1.9"],
6+
7+
"editor": "code",
8+
9+
"maxNumber": 15,
10+
11+
"backportBranchName": "{{sourcePullRequest.number}}-{{targetBranch}}-backport",
12+
13+
"prTitle": "{{sourcePullRequest.title}}-{{targetBranch}}-backport ({{sourcePullRequest.number}})"
14+
}

0 commit comments

Comments
 (0)