mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-23 14:47:31 -04:00
9 lines
No EOL
341 B
JSON
9 lines
No EOL
341 B
JSON
{
|
|
"upstream" : "elastic/elasticsearch",
|
|
"targetBranchChoices" : [ "main", "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.11.4$" : "main",
|
|
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
|
|
}
|
|
} |