We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff4062 commit c56874aCopy full SHA for c56874a
.backportrc.json
@@ -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