Skip to content

GithubRepo

GithubRepo = object

Defined in: src/repos.ts:256

A GitHub repository the authenticated user can clone — their own plus any they reach as a collaborator or org/team member. url is the HTTPS clone URL.

isArchived: boolean

Defined in: src/repos.ts:265


isFork: boolean

Defined in: src/repos.ts:264


isPrivate: boolean

Defined in: src/repos.ts:263


name: string

Defined in: src/repos.ts:260


nameWithOwner: string

Defined in: src/repos.ts:258

“owner/repo”


owner: string

Defined in: src/repos.ts:259


pushedAt: string | null

Defined in: src/repos.ts:267

ISO timestamp of the last push, or null; used to sort most-recent first.


url: string

Defined in: src/repos.ts:262

HTTPS clone URL (e.g. https://github.com/owner/repo.git).