Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2ed7c0

Browse files
authored
Merge pull request #649 from actions/per-page
Smaller `per_page` when requesting diff
2 parents 8a49820 + 9e77cc7 commit d2ed7c0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dist/index.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)