mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[backportrc] Adds 7.11 branch and bumps 7.x (#86131)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
1e3a483b06
commit
0921a7a1e1
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
"targetBranchChoices": [
|
"targetBranchChoices": [
|
||||||
{ "name": "master", "checked": true },
|
{ "name": "master", "checked": true },
|
||||||
{ "name": "7.x", "checked": true },
|
{ "name": "7.x", "checked": true },
|
||||||
|
"7.11",
|
||||||
"7.10",
|
"7.10",
|
||||||
"7.9",
|
"7.9",
|
||||||
"7.8",
|
"7.8",
|
||||||
|
@ -28,7 +29,7 @@
|
||||||
"targetPRLabels": ["backport"],
|
"targetPRLabels": ["backport"],
|
||||||
"branchLabelMapping": {
|
"branchLabelMapping": {
|
||||||
"^v8.0.0$": "master",
|
"^v8.0.0$": "master",
|
||||||
"^v7.11.0$": "7.x",
|
"^v7.12.0$": "7.x",
|
||||||
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue