Skip to main content

github.github.onmember

Home > @runlightyear/github > GitHub > onMember

GitHub.onMember() method

This event occurs when there is activity relating to collaborators in a repository.

Signature:
static onMember(props: GitHubListenerProps<MemberPayload>): {
webhook: string;
action: string;
};

Parameters

ParameterTypeDescription
propsGitHubListenerProps<MemberPayload>
Returns:

{ webhook: string; action: string; }