From 2cbd5d58631e048bd062688bd9402ba3f4a8279a Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Mon, 11 Jan 2021 19:59:10 +0100 Subject: [PATCH] - extend per page PR amount to lower requests done to the GitHub API - beside speeding up for releases with many PRs (this also benefits cases which exeed the 90 days max back check limit) - FIX https://github.com/mikepenz/release-changelog-builder-action/issues/154 --- src/pullRequests.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pullRequests.ts b/src/pullRequests.ts index 49d995c..068251e 100755 --- a/src/pullRequests.ts +++ b/src/pullRequests.ts @@ -78,6 +78,7 @@ export class PullRequests { repo, state: 'closed', sort: 'updated', + per_page: '100', direction: 'desc' })