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
While listing issues, we got the following error: GET https://api.github.com/repos/<x>/<x>/issues?page=100&per_page=100&state=all: 422 Pagination with the page parameter is not supported for large datasets, please use cursor based pagination (after/before) []
However github.IssueListByRepoOptions does not have a way to specify the after/before parameters, even though the responses do contain the after parameter.