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

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

* chore(NA): fix extra line for defined regexs
This commit is contained in:
Tiago Costa 2020-10-07 19:51:44 +01:00 committed by GitHub
parent 8c54b39708
commit 4bd58ca260
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.10",
"7.9",
"7.8",
"7.7",
@ -27,7 +28,7 @@
"targetPRLabels": ["backport"],
"branchLabelMapping": {
"^v8.0.0$": "master",
"^v7.10.0$": "7.x",
"^v7.11.0$": "7.x",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
}
}