Skip to content

Commit d977689

Browse files
authored
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
1 parent ff10cfb commit d977689

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.backportrc.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"upstream": "elastic/kibana",
33
"targetBranchChoices": [
4+
{ "name": "master", "checked": true },
45
{ "name": "7.x", "checked": true },
6+
"7.10",
57
"7.9",
68
"7.8",
79
"7.7",
@@ -25,7 +27,8 @@
2527
],
2628
"targetPRLabels": ["backport"],
2729
"branchLabelMapping": {
28-
"^v7.10.0$": "7.x",
30+
"^v8.0.0$": "master",
31+
"^v7.11.0$": "7.x",
2932
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
3033
}
31-
}
34+
}

0 commit comments

Comments
 (0)