1
0
Эх сурвалжийг харах

Remove 8.5 branch from backport config

Mark Vieira 3 жил өмнө
parent
commit
7e8df27c2c

+ 2 - 2
.backportrc.json

@@ -1,9 +1,9 @@
 {
 {
   "upstream" : "elastic/elasticsearch",
   "upstream" : "elastic/elasticsearch",
-  "targetBranchChoices" : [ "main", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
+  "targetBranchChoices" : [ "main", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
   "targetPRLabels" : [ "backport" ],
   "targetPRLabels" : [ "backport" ],
   "branchLabelMapping" : {
   "branchLabelMapping" : {
     "^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2",
     "^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2",
     "^v8.5.0$" : "main"
     "^v8.5.0$" : "main"
   }
   }
-}
+}