chore(NA): adds 8.6 into backportrc (#145400)

It adds 8.6 into the .backportrc config file

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Tiago Costa 2022-11-16 19:05:38 +00:00 committed by GitHub
parent 9fff502ab1
commit 8f3c97092a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
"repoName": "kibana",
"targetBranchChoices": [
"main",
"8.6",
"8.5",
"8.4",
"8.3",
@ -42,7 +43,7 @@
"backport"
],
"branchLabelMapping": {
"^v8.6.0$": "main",
"^v8.7.0$": "main",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
},
"autoMerge": true,