mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
chore(NA): adds 8.11 into backportrc (#168025)
It adds 8.11 into the .backportrc config file
This commit is contained in:
parent
e3cbcd46e7
commit
5042e84e57
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
"repoName": "kibana",
|
||||
"targetBranchChoices": [
|
||||
"main",
|
||||
"8.11",
|
||||
"8.10",
|
||||
"8.9",
|
||||
"8.8",
|
||||
|
@ -47,7 +48,7 @@
|
|||
"backport"
|
||||
],
|
||||
"branchLabelMapping": {
|
||||
"^v8.11.0$": "main",
|
||||
"^v8.12.0$": "main",
|
||||
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
||||
},
|
||||
"autoMerge": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue