You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iferr=e.SQL("SELECT user.id FROM issue,user WHERE user.id = issue.poster_id AND issue.repo_id = ? AND user.name LIKE '%"+keyword+"%' GROUP BY user.id ORDER BY user.id", repo.ID).
622
+
Limit(lim, 0).Find(&authorIDs); err!=nil {
623
+
returnnil, err
624
+
}
625
+
returnGetUsersByIDs(authorIDs)
625
626
}
626
627
627
628
// GetAssignees returns all users that have write access and can be assigned to issues
0 commit comments