Skip to main content

github.github.onstatus

Home > @runlightyear/github > GitHub > onStatus

GitHub.onStatus() method

This event occurs when the status of a Git commit changes. For example, commits can be marked as error, failure, pending, or success.

Signature:
static onStatus(props: GitHubListenerProps<StatusPayload>): {
webhook: string;
action: string;
};

Parameters

ParameterTypeDescription
propsGitHubListenerProps<StatusPayload>
Returns:

{ webhook: string; action: string; }