Skip to content

feat(deps): update octokit monorepo #3203

feat(deps): update octokit monorepo

feat(deps): update octokit monorepo #3203

Triggered via push March 28, 2024 00:45
Status Failure
Total duration 55s
Artifacts

push.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build (20.x): src/events/pr-handlers/actions/enableGithubAutoMerge.ts#L87
Type '{ name?: string | null | undefined; email?: string | null | undefined; login: string; id: number; node_id: string; avatar_url: string; gravatar_id: string | null; url: string; html_url: string; ... 11 more ...; starred_at?: string | undefined; } | User | null' is not assignable to type '{ login: string; }'.
build (20.x): src/events/pr-handlers/opened.test.ts#L119
Conversion of type '{ action: string; number: number; pull_request: { url: string; id: number; node_id: string; html_url: string; diff_url: string; patch_url: string; issue_url: string; number: number; state: string; locked: boolean; ... 37 more ...; active_lock_reason: null; }; repository: { ...; }; organization: { ...; }; sender: { ....' to type 'PullRequestOpenedEvent & { action: "opened"; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build (20.x)
Process completed with exit code 2.