Revision 2ac567e9d78c1879e7666424e638f80668589328 authored by Kostas Krikellas on 16 August 2023, 11:54:52 UTC, committed by Kostas Krikellas on 16 August 2023, 11:54:52 UTC
2 parent s 0b09fc1 + 0c07463
Raw File
.backportrc.json
{
  "upstream" : "elastic/elasticsearch",
  "targetBranchChoices" : [ "main", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
  "targetPRLabels" : [ "backport" ],
  "branchLabelMapping" : {
    "^v8.10.0$" : "main",
    "^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
  }
}
back to top