Merge pull request #116 from github/joshmgross/owner-type

Add owner type to repository context
This commit is contained in:
Josh Gross
2023-01-30 19:01:43 -05:00
committed by GitHub
@@ -31,6 +31,11 @@ export interface RepositoryContext {
*/
owner: string;
/**
* Indicates if the repository is owned by an organization
*/
organizationOwned: boolean;
/**
* Repository name
*/