github.github.onpullrequest
Home > @runlightyear/github > GitHub > onPullRequest
GitHub.onPullRequest() method
On Pull Request
Signature:static onPullRequest(props: GitHubListenerProps<PullRequestPayload>): {
webhook: string;
action: string;
};
Parameters
Parameter | Type | Description |
---|---|---|
props | GitHubListenerProps<PullRequestPayload> |
{ webhook: string; action: string; }