chore(NA): adds 8.9 into backportrc (#160154)

It adds 8.9 into the .backportrc config file
This commit is contained in:
Tiago Costa 2023-06-22 15:38:51 +01:00 committed by GitHub
parent 0cf3969505
commit 626e924fe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
"repoName": "kibana",
"targetBranchChoices": [
"main",
"8.9",
"8.8",
"8.7",
"8.6",
@ -45,7 +46,7 @@
"backport"
],
"branchLabelMapping": {
"^v8.9.0$": "main",
"^v8.10.0$": "main",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
},
"autoMerge": true,