Revision 3ce919dbcc533eeb991f77a7ab273b40dd936ea5 authored by Brian Seeders on 22 March 2024, 16:50:40 UTC, committed by Brian Seeders on 22 March 2024, 16:50:40 UTC
1 parent 126a5d5
Raw File
.backportrc.json
{
  "upstream" : "elastic/elasticsearch",
  "targetBranchChoices" : [ "main", "8.13", "8.12", "8.11", "8.10", "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.14.0$" : "main",
    "^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
  }
}
back to top