chore(NA): adds 8.7 into backportrc (#150569)

It adds 8.7 into the .backportrc config file

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Tiago Costa 2023-02-08 21:22:43 +00:00 committed by GitHub
parent 2e95c7a218
commit 52210bf046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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