Skip to main content

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 
Extends:

CommonPayload

Required Properties

PropertyModifiersTypeDescription
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; }; }
pullRequestobjectThe pull request the review pertains to.
reviewobjectThe review that was affected.