chore(NA): adds backport config for 8.2.0 bump (#124411)

This commit is contained in:
Tiago Costa 2022-02-02 21:02:01 +00:00 committed by GitHub
parent 221a9915b3
commit 3b63ca1f59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
"repoName": "kibana",
"targetBranchChoices": [
"main",
"8.1",
"8.0",
"7.17",
"7.16",
@ -37,7 +38,7 @@
"backport"
],
"branchLabelMapping": {
"^v8.1.0$": "main",
"^v8.2.0$": "main",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
},
"autoMerge": true,