github.github.onrepository
Home > @runlightyear/github > GitHub > onRepository
GitHub.onRepository() method
This event occurs when there is activity relating to repositories.
Signature:static onRepository(props: GitHubListenerProps<RepositoryPayload>): {
webhook: string;
action: string;
};
Parameters
Parameter | Type | Description |
---|---|---|
props | GitHubListenerProps<RepositoryPayload> |
{ webhook: string; action: string; }