get
get(
_,prId):Promise<string|null>
Defined in: review/src/sources/ghPrViewSource.ts:26
Gets GitHub PR metadata using GitHub CLI.
Parameters
Section titled “Parameters”ProviderConfig | null
config (unused in this source)
string | undefined
GitHub PR number. When omitted, GitHub CLI resolves the PR for the current branch.
Returns
Section titled “Returns”Promise<string | null>
GitHub PR metadata or null if not found