Skip to content

Commit

Permalink
chore(NA): add missing branches into backportrc configuration file (#…
Browse files Browse the repository at this point in the history
…79848) (#80030)

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

* chore(NA): fix extra line for defined regexs
  • Loading branch information
mistic authored Oct 8, 2020
1 parent 937d752 commit ec8f86b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"targetBranchChoices": [
{ "name": "master", "checked": true },
{ "name": "7.x", "checked": true },
"7.10",
"7.9",
"7.8",
"7.7",
Expand All @@ -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"
}
}

0 comments on commit ec8f86b

Please sign in to comment.