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

(cherry picked from commit 3b63ca1f59)
This commit is contained in:
Tiago Costa 2022-02-02 21:14:30 +00:00 committed by GitHub
parent c83e94e19b
commit 1efe999990
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,