This commit is contained in:
Federico Builes
2023-09-07 09:06:46 -05:00
parent 7d0e0f61e8
commit 5e4b90e080
2 changed files with 2 additions and 2 deletions
Generated Vendored
+1 -1
View File
@@ -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}`
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long