chore(NA): adds backport config for 8.4.0 bump (#132905)

This commit is contained in:
Tiago Costa 2022-05-25 21:50:19 +01:00 committed by GitHub
parent 2ddac9f111
commit 1b93f86862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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