Skip to content

refactor(api): use graphql api for issue and pull request enrichment #2070

refactor(api): use graphql api for issue and pull request enrichment

refactor(api): use graphql api for issue and pull request enrichment #2070

Triggered via pull request December 22, 2025 13:36
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: pull_request
Prepare CI
3s
Prepare CI
Lint App  /  biomejs
20s
Lint App / biomejs
Tests  /  Run Tests
31s
Tests / Run Tests
Tests  /  SonarQube Cloud Analysis
0s
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/issue.ts#L70
Type '"open"' is not comparable to type 'GitifyNotificationState'.
Tests / Run Tests: src/renderer/utils/notifications/handlers/default.test.ts#L7
'GitifyNotificationState' is declared but its value is never read.
Tests / Run Tests: src/renderer/utils/notifications/handlers/checkSuite.ts#L71
'IconColor' cannot be used as a value because it was imported using 'import type'.
Tests / Run Tests: src/renderer/utils/notifications/handlers/checkSuite.ts#L69
'IconColor' cannot be used as a value because it was imported using 'import type'.
Tests / Run Tests: src/renderer/utils/notifications/handlers/checkSuite.test.ts#L220
Type '"skipped"' is not assignable to type 'GitifyNotificationState'. Did you mean '"SKIPPED"'?
Tests / Run Tests: src/renderer/utils/notifications/handlers/checkSuite.test.ts#L214
Type '"cancelled"' is not assignable to type 'GitifyNotificationState'. Did you mean '"CANCELLED"'?
Tests / Run Tests: src/renderer/utils/notifications/handlers/checkSuite.test.ts#L208
Type '"failure"' is not assignable to type 'GitifyNotificationState'. Did you mean '"FAILURE"'?
Tests / Run Tests: src/renderer/utils/notifications/handlers/checkSuite.test.ts#L202
Type '"success"' is not assignable to type 'GitifyNotificationState'. Did you mean '"SUCCESS"'?