chore(NA): adds 9.0 into backportrc (#208999)

It adds 9.0 into the .backportrc config file
This commit is contained in:
Tiago Costa 2025-01-31 06:04:50 +00:00 committed by GitHub
parent 8972a49009
commit 82c3b5b859
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@
"repoName": "kibana",
"targetBranchChoices": [
"main",
"9.0",
"8.x",
"8.18",
"8.17",
@ -56,7 +57,7 @@
"backport"
],
"branchLabelMapping": {
"^v9.0.0$": "main",
"^v9.1.0$": "main",
"^v8.19.0$": "8.x",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
},