get
get(
_,issueId):Promise<string|null>
Defined in: review/src/sources/ghIssueSource.ts:17
Gets GitHub issue using GitHub CLI
Parameters
Section titled “Parameters”ProviderConfig | null
config (unused in this source)
issueId
Section titled “issueId”string | undefined
GitHub issue number or full issue URL (for issues in other repositories)
Returns
Section titled “Returns”Promise<string | null>
GitHub issue content or null if not found