Skip to content

Commit b383a9a

Browse files
committed
Smaller per_page when requesting diff
1 parent 8a49820 commit b383a9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dependency-graph.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export async function compare({
3131
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}',
3232
owner,
3333
repo,
34-
basehead: `${baseRef}...${headRef}`
34+
basehead: `${baseRef}...${headRef}`,
35+
per_page: 5
3536
},
3637
response => {
3738
if (

0 commit comments

Comments
 (0)