Skip to content

refactor(api): adopt @octokit/types #2393

refactor(api): adopt @octokit/types

refactor(api): adopt @octokit/types #2393

Triggered via pull request January 20, 2026 21:14
Status Failure
Total duration 1m 25s
Artifacts

ci.yml

on: pull_request
Prepare CI
3s
Prepare CI
Lint App  /  biomejs
35s
Lint App / biomejs
Tests  /  Run Tests
40s
Tests / Run Tests
Tests  /  SonarQube Cloud Analysis
Tests / SonarQube Cloud Analysis
Build  /  Build Linux (electron-builder)
Build / Build Linux (electron-builder)
Build  /  Build Windows (electron-builder)
Build / Build Windows (electron-builder)
Build  /  Build macOS (electron-builder)
Build / Build macOS (electron-builder)
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Tests / Run Tests: src/renderer/utils/notifications/handlers/commit.ts#L59
Property 'author' does not exist on type 'OctokitResponse<{ url: string; sha: string; node_id: string; html_url: string; comments_url: string; commit: { url: string; author: { name?: string; email?: string; date?: string; }; committer: { name?: string; email?: string; date?: string; }; message: string; comment_count: number; tree: { ...; }; verification?: {...'.
Tests / Run Tests: src/renderer/utils/notifications/handlers/commit.ts#L58
Property 'author' does not exist on type 'OctokitResponse<{ url: string; sha: string; node_id: string; html_url: string; comments_url: string; commit: { url: string; author: { name?: string; email?: string; date?: string; }; committer: { name?: string; email?: string; date?: string; }; message: string; comment_count: number; tree: { ...; }; verification?: {...'.
Tests / Run Tests: src/renderer/utils/notifications/handlers/commit.ts#L57
Property 'author' does not exist on type 'OctokitResponse<{ url: string; sha: string; node_id: string; html_url: string; comments_url: string; commit: { url: string; author: { name?: string; email?: string; date?: string; }; committer: { name?: string; email?: string; date?: string; }; message: string; comment_count: number; tree: { ...; }; verification?: {...'.
Tests / Run Tests: src/renderer/utils/notifications/handlers/commit.ts#L56
Property 'author' does not exist on type 'OctokitResponse<{ url: string; sha: string; node_id: string; html_url: string; comments_url: string; commit: { url: string; author: { name?: string; email?: string; date?: string; }; committer: { name?: string; email?: string; date?: string; }; message: string; comment_count: number; tree: { ...; }; verification?: {...'.
Tests / Run Tests: src/renderer/utils/notifications/handlers/commit.ts#L48
Property 'user' does not exist on type 'OctokitResponse<{ html_url: string; url: string; id: number; node_id: string; body: string; path: string; position: number; line: number; commit_id: string; user: { name?: string; email?: string; login: string; id: number; ... 17 more ...; user_view_type?: string; }; created_at: string; updated_at: string; author_as...'.
Tests / Run Tests: src/renderer/utils/notifications/handlers/commit.ts#L47
Property 'user' does not exist on type 'OctokitResponse<{ html_url: string; url: string; id: number; node_id: string; body: string; path: string; position: number; line: number; commit_id: string; user: { name?: string; email?: string; login: string; id: number; ... 17 more ...; user_view_type?: string; }; created_at: string; updated_at: string; author_as...'.
Tests / Run Tests: src/renderer/utils/notifications/handlers/commit.ts#L46
Property 'user' does not exist on type 'OctokitResponse<{ html_url: string; url: string; id: number; node_id: string; body: string; path: string; position: number; line: number; commit_id: string; user: { name?: string; email?: string; login: string; id: number; ... 17 more ...; user_view_type?: string; }; created_at: string; updated_at: string; author_as...'.
Tests / Run Tests: src/renderer/utils/notifications/handlers/commit.ts#L45
Property 'user' does not exist on type 'OctokitResponse<{ html_url: string; url: string; id: number; node_id: string; body: string; path: string; position: number; line: number; commit_id: string; user: { name?: string; email?: string; login: string; id: number; ... 17 more ...; user_view_type?: string; }; created_at: string; updated_at: string; author_as...'.
Tests / Run Tests: src/renderer/utils/api/transform.ts#L13
Module '"./types"' has no exported member 'RawGitHubNotification'.
Tests / Run Tests: src/renderer/utils/api/__mocks__/response-mocks.ts#L2
Module '"../types"' has no exported member 'RawUser'.