Skip to content

Commit 69a3d40

Browse files
configure backport tool (#1891)
1 parent f0045f2 commit 69a3d40

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-k8s-operator",
4+
5+
"targetBranchChoices": ["v1.28", "v1.27", "v1.26", "v1.25", "v1.24", "v1.23"],
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)