kibana/.backportrc.json
Tyler Smalley 0921a7a1e1
[backportrc] Adds 7.11 branch and bumps 7.x (#86131)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-12-16 10:10:39 -08:00

36 lines
545 B
JSON

{
"upstream": "elastic/kibana",
"targetBranchChoices": [
{ "name": "master", "checked": true },
{ "name": "7.x", "checked": true },
"7.11",
"7.10",
"7.9",
"7.8",
"7.7",
"7.6",
"7.5",
"7.4",
"7.3",
"7.2",
"7.1",
"7.0",
"6.8",
"6.7",
"6.6",
"6.5",
"6.4",
"6.3",
"6.2",
"6.1",
"6.0",
"5.6"
],
"targetPRLabels": ["backport"],
"branchLabelMapping": {
"^v8.0.0$": "master",
"^v7.12.0$": "7.x",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
}
}