Skip to content

Commit 9ef2a33

Browse files
authored
Fix block expensive for 1.23 (#34127)
1 parent 66ccae8 commit 9ef2a33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: routers/common/blockexpensive.go

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ func isRoutePathExpensive(routePattern string) bool {
5454
"/{username}/{reponame}/{type:issues}",
5555
"/{username}/{reponame}/pulls",
5656
"/{username}/{reponame}/{type:pulls}",
57+
"/{username}/{reponame}/{type:issues|pulls}", // for 1.23 only
5758

5859
// wiki
5960
"/{username}/{reponame}/wiki/",

0 commit comments

Comments
 (0)