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