Skip to content

Update dependency @octokit/plugin-throttling to v7 #1055

Update dependency @octokit/plugin-throttling to v7

Update dependency @octokit/plugin-throttling to v7 #1055

Triggered via pull request September 19, 2023 00:58
Status Failure
Total duration 28s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build: src/internal/octokit.ts#L62
Argument of type '{ log?: { [key: string]: any; debug: (message: string, additionalInfo?: object | undefined) => any; info: (message: string, additionalInfo?: object | undefined) => any; warn: (message: string, additionalInfo?: object | undefined) => any; error: (message: string, additionalInfo?: object | undefined) => any; } | { ......' is not assignable to parameter of type 'OctokitOptions'.
build: src/internal/retrieveRepo.ts#L8
Type '{ id: number; node_id: string; name: string; full_name: string; owner: { name?: string | null | undefined; email?: string | null | undefined; login: string; id: number; node_id: string; avatar_url: string; ... 14 more ...; starred_at?: string | undefined; }; ... 96 more ...; security_and_analysis?: { ...; } | ... 1 ...' is not assignable to type '{ id: number; node_id: string; name: string; full_name: string; owner: { name?: string | null | undefined; email?: string | null | undefined; login: string; id: number; node_id: string; avatar_url: string; ... 14 more ...; starred_at?: string | undefined; }; ... 96 more ...; security_and_analysis?: { ...; } | ... 1 ...'. Two different types with this name exist, but they are unrelated.
build
Process completed with exit code 2.