Skip to content

gh pr list limitation ? #3836

Answered by mislav
fpistm asked this question in Q&A
Jun 14, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

When using --label, only a 1000 results will get returned at maximum.

This is because we switch to the Search API for --label lookups #3295, and the Search API only ever returns a maximum of 1000 results, even with pagination.

I can see that it's very confusing that this is happening, especially since this wouldn't be happening if you were using the regular list without --label. We might try to provide some warning on stderr when the search cap happens.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fpistm
Comment options

Answer selected by fpistm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants