Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scenarios): pass ?page=1 to first request of paginate issues
BREAKING CHANGE: before the first request to issues was without the `?page=1` query. It is optional, we added it for simpler testing of pagination APIs in Octokit clients, such as https://github.com/octokit/rest.js/pull/910
- Loading branch information