summaryrefslogtreecommitdiffstats
path: root/models/issues/issue_label.go
Commit message (Collapse)AuthorAgeFilesLines
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-0/+490
This PR - [x] Move some functions from `issues.go` to `issue_stats.go` and `issue_label.go` - [x] Remove duplicated issue options `UserIssueStatsOption` to keep only one `IssuesOptions`