Skip to content

Bump @octokit/types from 6.34.0 to 12.2.0 #168

Bump @octokit/types from 6.34.0 to 12.2.0

Bump @octokit/types from 6.34.0 to 12.2.0 #168

Triggered via pull request November 7, 2023 23:17
Status Failure
Total duration 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build: src/github-api.ts#L22
Argument of type 'ToOctokitParameters<{ parameters: { path: { owner: string; repo: string; sha: string; }; }; requestBody: { content: { "application/json": { state: "error" | "pending" | "success" | "failure"; target_url?: string | null | undefined; description?: string | ... 1 more ... | undefined; context?: string | undefined; }; }...' is not assignable to parameter of type '(RequestParameters & Omit<{ owner: string; repo: string; sha: string; } & { state: "error" | "pending" | "success" | "failure"; target_url?: string | undefined; description?: string | undefined; context?: string | undefined; }, "baseUrl" | ... 1 more ... | "mediaType">) | undefined'.
build: src/github-api.ts#L64
Type '{ type: string; size: number; name: string; path: string; content?: string | undefined; sha: string; url: string; git_url: string | null; html_url: string | null; download_url: string | null; _links: { ...; }; }[] | { ...; } | { ...; } | { ...; }' is not assignable to type '{ type: "file" | "dir" | "submodule" | "symlink"; size: number; name: string; path: string; content?: string | undefined; sha: string; url: string; git_url: string | null; html_url: string | null; download_url: string | null; _links: { ...; }; }[] | { ...; } | { ...; } | { ...; } | null'.
build
Process completed with exit code 1.