I am in the process of creating a mirror for https://github.com/galaxyproject/galaxy/ and am encountering this issue, which seems to be caused by improper pagination handling for larger github projects.
error while listing repos: GET https://api.github.com/repos/galaxyproject/galaxy/issues?direction=asc&page=218&per_page=45&sort=created&state=all: 422 Pagination with the page parameter is not supported for large datasets, please use cursor based pagination (after/before) []
### Comment
I am in the process of creating a mirror for `https://github.com/galaxyproject/galaxy/` and am encountering this issue, which seems to be caused by improper pagination handling for larger github projects.
```
error while listing repos: GET https://api.github.com/repos/galaxyproject/galaxy/issues?direction=asc&page=218&per_page=45&sort=created&state=all: 422 Pagination with the page parameter is not supported for large datasets, please use cursor based pagination (after/before) []
```