chore(NA): add missing branches into backportrc configuration file (#79848) (#80027)

* chore(NA): add missing branches into backportrc configuration file

* chore(NA): fix extra line for defined regexs
# Conflicts:
#	.backportrc.json
This commit is contained in:
Tiago Costa 2020-10-08 19:15:23 +01:00 committed by GitHub
parent ff10cfb726
commit d977689cc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,9 @@
{
"upstream": "elastic/kibana",
"targetBranchChoices": [
{ "name": "master", "checked": true },
{ "name": "7.x", "checked": true },
"7.10",
"7.9",
"7.8",
"7.7",
@ -25,7 +27,8 @@
],
"targetPRLabels": ["backport"],
"branchLabelMapping": {
"^v7.10.0$": "7.x",
"^v8.0.0$": "master",
"^v7.11.0$": "7.x",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
}
}
}