You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a pagination issue where the system was only obtaining the first
30 membes of a team.
By adding the [pagination method of
Octokit](https://actions-cool.github.io/octokit-rest/guide/05_pagination/)
we can obtain all of the results at once.
Updated project version to 2.0.1 to generate a new release.
This fixes#88
When calling the method to get the team members, GitHub returns 30 by default.
We need to get all the members from a team.
The text was updated successfully, but these errors were encountered: