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

(cherry picked from commit 3b63ca1f59)

# Conflicts:
#	.backportrc.json
This commit is contained in:
Tiago Costa 2022-02-02 21:14:38 +00:00 committed by GitHub
parent 9c84992e76
commit 2af033577d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
{
"upstream": "elastic/kibana",
"targetBranchChoices": [
{ "name": "master", "checked": true },
"main",
"8.1",
"8.0",
"7.17",
"7.16",
@ -34,9 +35,9 @@
],
"targetPRLabels": ["backport"],
"branchLabelMapping": {
"^v8.1.0$": "master",
"^v8.2.0$": "main",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
},
"autoMerge": true,
"autoMergeMethod": "squash"
}
}