add dist
This commit is contained in:
+1
-1
@@ -266,7 +266,7 @@ function compare({ owner, repo, baseRef, headRef }) {
|
|||||||
let snapshot_warnings = '';
|
let snapshot_warnings = '';
|
||||||
const changes = yield octo.paginate({
|
const changes = yield octo.paginate({
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}?includes_dependency_snapshots=true',
|
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}',
|
||||||
owner,
|
owner,
|
||||||
repo,
|
repo,
|
||||||
basehead: `${baseRef}...${headRef}`
|
basehead: `${baseRef}...${headRef}`
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user