kibana/.backportrc.json
Kibana Machine 2bd52c8a12
chore(NA): adds 7.14 branch and bumps 7.x on backportrc (#103914) (#103956)
Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-06-30 13:51:22 -04:00

38 lines
580 B
JSON

{
"upstream": "elastic/kibana",
"targetBranchChoices": [
{ "name": "master", "checked": true },
{ "name": "7.x", "checked": true },
"7.14",
"7.13",
"7.12",
"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.15.0$": "7.x",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
}
}