[backportrc] Adds 7.11 branch and bumps 7.x (#86131)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2020-12-16 10:10:39 -08:00 committed by GitHub
parent 1e3a483b06
commit 0921a7a1e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
"targetBranchChoices": [
{ "name": "master", "checked": true },
{ "name": "7.x", "checked": true },
"7.11",
"7.10",
"7.9",
"7.8",
@ -28,7 +29,7 @@
"targetPRLabels": ["backport"],
"branchLabelMapping": {
"^v8.0.0$": "master",
"^v7.11.0$": "7.x",
"^v7.12.0$": "7.x",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
}
}