Skip to content

Commit 0e85266

Browse files
committed
chore(NA): add missing branches into backportrc configuration file
1 parent 718702c commit 0e85266

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.backportrc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"targetBranchChoices": [
44
{ "name": "master", "checked": true },
55
{ "name": "7.x", "checked": true },
6+
"7.10",
67
"7.9",
78
"7.8",
89
"7.7",
@@ -27,7 +28,8 @@
2728
"targetPRLabels": ["backport"],
2829
"branchLabelMapping": {
2930
"^v8.0.0$": "master",
30-
"^v7.10.0$": "7.x",
31-
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
31+
"^v7.11.0$": "7.x",
32+
"^v(\\d+).(\\d+).\\d+$": "$1.$2",
33+
"^v(\\d+).(\\d+)(\\d+).\\d+$": "$1.$2$3"
3234
}
3335
}

0 commit comments

Comments
 (0)