Add repository condition for issue count (#20496)

This commit is contained in:
Tyrone Yeh 2022-07-27 14:09:25 +08:00 committed by GitHub
parent 435038b2c6
commit bed13bfa9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ func buildIssueOverview(ctx *context.Context, unitType unit.Type) {
LabelIDs: opts.LabelIDs,
Org: org,
Team: team,
RepoCond: opts.RepoCond,
}
issueStats, err = issues_model.GetUserIssueStats(statsOpts)