Increase per page limit to 100 (#278)

* Increase per page limit to 100

* Add build
This commit is contained in:
Imran Ismail
2022-10-17 02:04:29 +08:00
parent 5f57b3222d
commit 9fc5df9b9d
4 changed files with 6 additions and 4 deletions

View File

@@ -91,7 +91,8 @@ async function getMaxSatisfyingVersion(
octokit.repos.listReleases,
{
owner: 'kubernetes-sigs',
repo: 'kustomize'
repo: 'kustomize',
per_page: 100
}
)) {
for (const release of response.data) {