chore(NA): adds 9.1 into backportrc (#225526)

It adds 9.1 into the .backportrc config file
This commit is contained in:
Tiago Costa 2025-06-27 03:12:41 +01:00 committed by GitHub
parent 3640c42884
commit 8397de18ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@
"repoName": "kibana",
"targetBranchChoices": [
"main",
"9.1",
"9.0",
"8.19",
"8.18",
@ -57,7 +58,7 @@
"backport"
],
"branchLabelMapping": {
"^v9.1.0$": "main",
"^v9.2.0$": "main",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
},
"autoMerge": true,