mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
It adds 8.10 into the .backportrc config file (#164259)
## Summary It adds 8.10 into the .backportrc config file Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
This commit is contained in:
parent
88bd71c077
commit
75d351052d
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
"repoName": "kibana",
|
||||
"targetBranchChoices": [
|
||||
"main",
|
||||
"8.10",
|
||||
"8.9",
|
||||
"8.8",
|
||||
"8.7",
|
||||
|
@ -46,7 +47,7 @@
|
|||
"backport"
|
||||
],
|
||||
"branchLabelMapping": {
|
||||
"^v8.10.0$": "main",
|
||||
"^v8.11.0$": "main",
|
||||
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
||||
},
|
||||
"autoMerge": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue