We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f400b commit e07d8ffCopy full SHA for e07d8ff
1 file changed
routers/repo/issue.go
@@ -175,6 +175,7 @@ func issues(ctx *context.Context, milestoneID int64, isPullOption util.OptionalB
175
Page: pager.Current(),
176
PageSize: setting.UI.IssuePagingNum,
177
IsClosed: util.OptionalBoolOf(isShowClosed),
178
+ IsPull: isPullOption,
179
Labels: selectLabels,
180
SortType: sortType,
181
IssueIDs: issueIDs,
0 commit comments