-
Notifications
You must be signed in to change notification settings - Fork 769
Description
GHPullRequestQueryBuilder doesn't seem to support pageSize(int) but GHIssueQueryBuilder does.
I don't know if there is a technical reason, but it would help to support repos with a large number of PRs. I didn't realize this was a possibility at first and took a long time to start iterating through issues.
GHIssueQueryBuilder seems to still pull in PRs. Is it possible to add another method to the query to drop PRs from Issue queries and the same for Issues from PR queries. It would help the amount of data to transfer from the server if the server supported it.