mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -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",
|
"repoName": "kibana",
|
||||||
"targetBranchChoices": [
|
"targetBranchChoices": [
|
||||||
"main",
|
"main",
|
||||||
|
"8.10",
|
||||||
"8.9",
|
"8.9",
|
||||||
"8.8",
|
"8.8",
|
||||||
"8.7",
|
"8.7",
|
||||||
|
@ -46,7 +47,7 @@
|
||||||
"backport"
|
"backport"
|
||||||
],
|
],
|
||||||
"branchLabelMapping": {
|
"branchLabelMapping": {
|
||||||
"^v8.10.0$": "main",
|
"^v8.11.0$": "main",
|
||||||
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
||||||
},
|
},
|
||||||
"autoMerge": true,
|
"autoMerge": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue