skymoore/required-approvals

Only 30 Org Teams are processed

Closed this issue · 2 comments

By default on 30 Org Teams are processed and the rest are ignored.

All endpoint methods starting with .list* do not return all results at once but instead return the first 30 items by default, see also GitHub’s REST API pagination documentation.

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

#6 to fix

Hi @druchoo. I appreciate you filing this issue and am reviewing the PR. Will get this merged in and cut a new release tomorrow.

@druchoo v4.0.1 is out. Thanks again.

@vistrcm don't think this affects you, but wanted you to be aware.