Add owner type to repository context
This commit is contained in:
@@ -31,6 +31,11 @@ export interface RepositoryContext {
|
||||
*/
|
||||
owner: string;
|
||||
|
||||
/**
|
||||
* Indicates if the repository is owned by an organization
|
||||
*/
|
||||
organizationOwned: boolean;
|
||||
|
||||
/**
|
||||
* Repository name
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user