Skip to content

Commit 9c458c3

Browse files
authored
add backport json (#244)
1 parent 75df8c4 commit 9c458c3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.backportrc.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
// Required
3+
"repoOwner": "mongodb",
4+
"repoName": "docs-spark-connector",
5+
6+
// the branches available to backport to
7+
"targetBranchChoices": [
8+
"master",
9+
"v10.4",
10+
"v10.3",
11+
"v10.2",
12+
"v10.1",
13+
"v10.0"
14+
],
15+
16+
// Optional: automatically merge backport PR
17+
"autoMerge": true,
18+
"autoMergeMethod": "squash"
19+
}

0 commit comments

Comments
 (0)