Skip to content

Commit c56874a

Browse files
authored
[ML] Add .backportrc.json file (#2856)
Add .backportrc.json configuration file to streamline backport creation with the Backport tool.
1 parent fff4062 commit c56874a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.backportrc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"upstream" : "elastic/ml-cpp",
3+
"targetBranchChoices" : [ "main", "9.0", "8.19", "8.18", "8.17", "7.17" ],
4+
"targetPRLabels" : [ "backport" ],
5+
"branchLabelMapping" : {
6+
"^v8.17.0$" : "main",
7+
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
8+
}
9+
}

0 commit comments

Comments
 (0)