skymoore / required-approvals

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

Only 30 Org Teams are processed #7

Closed druchoo closed 5 months ago

druchoo commented 5 months ago

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

https://github.com/skymoore/required-approvals/pull/6 to fix

skymoore commented 5 months ago

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

skymoore commented 5 months ago

@druchoo v4.0.1 is out. Thanks again.

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