codiform / gh-actions-usage

GitHub CLI Extension to display Github Actions Usage. Go version of gh-actuse.
18 stars 2 forks source link

Pagination for "All Repos" #17

Closed geoffreywiseman closed 1 year ago

geoffreywiseman commented 1 year ago

The GetAllRepositories call should max the number of items per page and try to retrieve multiple pages until an empty array is reached, to make sure that users or organizations with a large number of repositories (more than 30 with the default parameters, or more than 100 with a higher number of items per page) will have all repositories shown.

Not sure if this is crucial for launch?