Smaller per_page when requesting diff
This commit is contained in:
@@ -31,7 +31,8 @@ export async function compare({
|
|||||||
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}',
|
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}',
|
||||||
owner,
|
owner,
|
||||||
repo,
|
repo,
|
||||||
basehead: `${baseRef}...${headRef}`
|
basehead: `${baseRef}...${headRef}`,
|
||||||
|
per_page: 5
|
||||||
},
|
},
|
||||||
response => {
|
response => {
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user