Skip to content
Compare
Choose a tag to compare
@srealmoreno srealmoreno released this 02 Feb 14:21
· 21 commits to main since this release
61653e5

GitHub REST API returns paginated repositories in sets of 30 as default. In accounts with large number of repositories, this creates an issue where only first 30 repositories are synced with specified labels. Converted this call to paginated call provided by octocat js.

#25

Thanks @davinc