It adds 8.10 into the .backportrc config file (#164259)

## Summary

It adds 8.10 into the .backportrc config file

Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
This commit is contained in:
Patryk Kopyciński 2023-08-21 16:15:30 +02:00 committed by GitHub
parent 88bd71c077
commit 75d351052d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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