Only 30 Org Teams are processed
Closed this issue · 2 comments
druchoo commented
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