valeriobelli / gh-milestone

GitHub CLI extension for managing Milestones
MIT License
54 stars 2 forks source link

Retrieving more than 100 milestones #27

Open ciscorucinski opened 1 year ago

ciscorucinski commented 1 year ago

Is your feature request related to a problem? Please describe. There is no clean, idiomatic way to grab all the milestones from a repo. First is always applied, and it needs to be overwritten; however, it cannot go over a value of 100 without erroring.

Is this limit due to GitHub CLI? Is it still a real limit? Is there any way to paginate and append all the results together? I know the GitHub API has a paginate flag. Currently, I have abandoned using this extension due to this limit.

Describe the solution you'd like

Describe alternatives you've considered

However, setting values above 100 results in an error... Requesting 99999 records on the `milestones` connection exceeds the `first` limit of 100 records.