mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Updates backport config for v8.6 (#141302)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
4af903daf0
commit
eae478dbe9
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
"repoName": "kibana",
|
||||
"targetBranchChoices": [
|
||||
"main",
|
||||
"8.5",
|
||||
"8.4",
|
||||
"8.3",
|
||||
"8.2",
|
||||
|
@ -41,7 +42,7 @@
|
|||
"backport"
|
||||
],
|
||||
"branchLabelMapping": {
|
||||
"^v8.5.0$": "main",
|
||||
"^v8.6.0$": "main",
|
||||
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
||||
},
|
||||
"autoMerge": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue