mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
chore(NA): adds 7.16 into backportrc (#109128)
This commit is contained in:
parent
31c7b81a94
commit
d9c1677f4b
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
"targetBranchChoices": [
|
||||
{ "name": "master", "checked": true },
|
||||
{ "name": "7.x", "checked": true },
|
||||
"7.15",
|
||||
"7.14",
|
||||
"7.13",
|
||||
"7.12",
|
||||
|
@ -32,7 +33,7 @@
|
|||
"targetPRLabels": ["backport"],
|
||||
"branchLabelMapping": {
|
||||
"^v8.0.0$": "master",
|
||||
"^v7.15.0$": "7.x",
|
||||
"^v7.16.0$": "7.x",
|
||||
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
||||
},
|
||||
"autoMerge": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue