solo-io / go-utils

golang utilities
Apache License 2.0
111 stars 19 forks source link

Fix github api pagination #454

Closed saiskee closed 3 years ago

saiskee commented 3 years ago

Github API Paginations starts at page 1: https://docs.github.com/en/rest/guides/traversing-with-pagination#navigating-through-the-pages. We should start querying at page 1 so we don't get duplicate results for page 0 and page 1.

solo-changelog-bot[bot] commented 3 years ago

Issues linked to changelog: https://github.com/solo-io/gloo/issues/4974