Add owner type to repository context

This commit is contained in:
Josh Gross
2023-01-30 17:57:07 -05:00
parent 7e4b75f6cd
commit d26c2d15ac
@@ -31,6 +31,11 @@ export interface RepositoryContext {
*/
owner: string;
/**
* Indicates if the repository is owned by an organization
*/
organizationOwned: boolean;
/**
* Repository name
*/