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
{{ message }}
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
This is a more generic issue relating to #438.
Currently, gh uses
per_page: 1000
in a few places, but the API only supports 100 responses per page.GitHub expects you to use the metadata supplied by the API to get all the pages using consecutive calls.
gh
should handle multiple API requests, as needed, so that the--all
flag actually makes sense.The text was updated successfully, but these errors were encountered: