Skip to content

get

get(_, issueId): Promise<string | null>

Defined in: review/src/sources/ghIssueSource.ts:17

Gets GitHub issue using GitHub CLI

ProviderConfig | null

config (unused in this source)

string | undefined

GitHub issue number or full issue URL (for issues in other repositories)

Promise<string | null>

GitHub issue content or null if not found