Returns the GitHub repo owner

await repo.githubRepoOwner()

Examples

// With a remote configured to push to github.com/pixelastic/gilmore
const repoName = await repo.githubRepoOwner();
// => pixelastic

This will return the owner of the repo on GitHub.

See also