Skip to main content

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

ParameterTypeDescription
propsGitHubListenerProps<RepositoryPayload>
Returns:

{ webhook: string; action: string; }