skymoore / required-approvals

Github Action to check PR approvals and codeowners
7 stars 6 forks source link

feat: paginate remaining .list* methods #11

Closed druchoo closed 4 months ago

druchoo commented 4 months ago

Encountered an issue with .pulls.listReviews where there were > 30 reviews. Paginated rest of the methods to prevent any other issues.

All endpoint methods starting with .list* do not return all results at once but instead return the first 30 items by default

https://octokit.github.io/rest.js/v20#pagination

skymoore commented 4 months ago

Looks good to me, thank you @druchoo!

skymoore commented 4 months ago

@druchoo v4.1.1 is out.