Skip to content

Commit 5e9de7b

Browse files
committed
Fix backport config
1 parent a55f1e5 commit 5e9de7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.backportrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"targetPRLabels" : [ "backport" ],
55
"branchLabelMapping" : {
66
"^v9.0.0$" : "main",
7-
"^v8.18.0$" : "8.x",
7+
"^v8.17.1$" : "8.x",
88
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
99
}
10-
}
10+
}

0 commit comments

Comments
 (0)