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) (#80027)

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

* chore(NA): fix extra line for defined regexs
# Conflicts:
#	.backportrc.json
  • Loading branch information
mistic authored Oct 8, 2020
1 parent ff10cfb commit d977689
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .backportrc.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
}

0 comments on commit d977689

Please sign in to comment.