Skip to content

Commit 4bd58ca

Browse files
authored
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
1 parent 8c54b39 commit 4bd58ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.backportrc.json

Lines changed: 2 additions & 1 deletion
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,7 @@
2728
"targetPRLabels": ["backport"],
2829
"branchLabelMapping": {
2930
"^v8.0.0$": "master",
30-
"^v7.10.0$": "7.x",
31+
"^v7.11.0$": "7.x",
3132
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
3233
}
3334
}

0 commit comments

Comments
 (0)