in src/index.js [48:51]
for await (const response of octokit.paginate.iterator(fetchRepos, parameters)) { results.push(...response.data) }