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