chore(NA): adds backport config for 8.5.0 bump (#137298)

This commit is contained in:
Tiago Costa 2022-07-27 16:51:23 +01:00 committed by GitHub
parent 8c6e059a9a
commit 79836ca4af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
"repoName": "kibana",
"targetBranchChoices": [
"main",
"8.4",
"8.3",
"8.2",
"8.1",
@ -40,7 +41,7 @@
"backport"
],
"branchLabelMapping": {
"^v8.4.0$": "main",
"^v8.5.0$": "main",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
},
"autoMerge": true,