github.pullrequestreviewpayload
Home > @runlightyear/github > PullRequestReviewPayload
PullRequestReviewPayload interface
Documentation: https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads\#pull\_request\_review
Signature:interface PullRequestReviewPayload extends CommonPayload
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
action | "submitted" /** * The body of a review has been edited. */ | "edited" /** * A review has been dismissed. */ | "dismissed" | The action that was performed. | |
changes | { body: { from: string; }; } | ||
pullRequest | object | The pull request the review pertains to. | |
review | object | The review that was affected. |