mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
chore(NA): adds 8.7 into backportrc (#150569)
It adds 8.7 into the .backportrc config file Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
2e95c7a218
commit
52210bf046
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
"repoName": "kibana",
|
||||
"targetBranchChoices": [
|
||||
"main",
|
||||
"8.7",
|
||||
"8.6",
|
||||
"8.5",
|
||||
"8.4",
|
||||
|
@ -43,7 +44,7 @@
|
|||
"backport"
|
||||
],
|
||||
"branchLabelMapping": {
|
||||
"^v8.7.0$": "main",
|
||||
"^v8.8.0$": "main",
|
||||
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
||||
},
|
||||
"autoMerge": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue