listGithubOwners
listGithubOwners(
runner?):Promise<GithubOwners>
Defined in: src/repos.ts:237
Enumerate the GitHub owners a new repo can be created under: the authenticated
user’s login plus every org they belong to (/user/orgs needs the read:org
scope; if it’s missing or the call fails we fall back to no orgs rather than
erroring, so the dialog still offers the personal account).
Throws only when the login itself can’t be resolved (gh missing / not authed).
Parameters
Section titled “Parameters”runner?
Section titled “runner?”Returns
Section titled “Returns”Promise<GithubOwners>