Skip to content

Commit 3d7aeea

Browse files
authored
Merge branch 'main' into ALLOW_ONLY_INTERNAL_REGISTRATION
2 parents ed2ca3a + a69fb52 commit 3d7aeea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

routers/repo/issue.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,9 @@ func Issues(ctx *context.Context) {
372372
}
373373

374374
issues(ctx, ctx.QueryInt64("milestone"), ctx.QueryInt64("project"), util.OptionalBoolOf(isPullList))
375+
if ctx.Written() {
376+
return
377+
}
375378

376379
var err error
377380
// Get milestones

0 commit comments

Comments
 (0)