We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33d809 commit 23e80a9Copy full SHA for 23e80a9
1 file changed
api/queries_pr.go
@@ -703,7 +703,6 @@ func RemovePullRequestReviews(client *Client, repo ghrepo.Interface, prNumber in
703
704
// SuggestedAssignableActors fetches up to 10 suggested actors for a specific assignable
705
// (Issue or PullRequest) node ID. `assignableID` is the GraphQL node ID for the Issue/PR.
706
-// If query is empty, the query variable is passed as null to omit filtering.
707
// Returns the actors, the total count of available assignees in the repo, and an error.
708
func SuggestedAssignableActors(client *Client, repo ghrepo.Interface, assignableID string, query string) ([]AssignableActor, int, error) {
709
type responseData struct {
0 commit comments