chore(NA): adds 8.11 into backportrc (#168025)

It adds 8.11 into the .backportrc config file
This commit is contained in:
Tiago Costa 2023-10-04 20:10:33 +01:00 committed by GitHub
parent e3cbcd46e7
commit 5042e84e57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
"repoName": "kibana",
"targetBranchChoices": [
"main",
"8.11",
"8.10",
"8.9",
"8.8",
@ -47,7 +48,7 @@
"backport"
],
"branchLabelMapping": {
"^v8.11.0$": "main",
"^v8.12.0$": "main",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
},
"autoMerge": true,