fix
This commit is contained in:
@@ -28,11 +28,10 @@ export async function compare({
|
|||||||
const changes = await octo.paginate(
|
const changes = await octo.paginate(
|
||||||
{
|
{
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}{?includes_dependency_snapshots}',
|
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}?includes_dependency_snapshots=true',
|
||||||
owner,
|
owner,
|
||||||
repo,
|
repo,
|
||||||
basehead: `${baseRef}...${headRef}`,
|
basehead: `${baseRef}...${headRef}`
|
||||||
includes_dependency_snapshots: true
|
|
||||||
},
|
},
|
||||||
response => {
|
response => {
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user