Skip to content

Update octokit monorepo (major) #1073

Update octokit monorepo (major)

Update octokit monorepo (major) #1073

Triggered via pull request November 3, 2025 02:35
Status Failure
Total duration 30s
Artifacts

format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
format
Process completed with exit code 2.
format: src/get_pull_requests.ts#L29
Type '{ url: string; id: number; node_id: string; html_url: string; diff_url: string; patch_url: string; issue_url: string; commits_url: string; review_comments_url: string; review_comment_url: string; ... 25 more ...; draft?: boolean | undefined; }[]' is not assignable to type '{ url: string; id: number; node_id: string; html_url: string; diff_url: string; patch_url: string; issue_url: string; commits_url: string; review_comments_url: string; review_comment_url: string; ... 25 more ...; draft?: boolean | undefined; }[]'. Two different types with this name exist, but they are unrelated.