Skip to content

Commit

Permalink
fix(github): increase pageLimit for forkMode (#11663)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Sep 10, 2021
1 parent bfed45a commit 6113eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/platform/github/index.ts
Expand Up @@ -291,6 +291,7 @@ export async function initRepo({
{
token: forkToken || opts.token,
paginate: true,
pageLimit: 100,
}
)
).body.map((r) => r.full_name);
Expand Down

0 comments on commit 6113eba

Please sign in to comment.