Object GitHub::ReviewDismissedEvent
Represents a 'review_dismissed' event on a given issue or pull request.
Fields
actor: Actor
Identifies the actor who performed the event.
createdAt: DateTime!
Identifies the date and time when the object was created.
databaseId: Int
Identifies the primary key from the database.
dismissalMessage: String
Identifies the optional message associated with the 'review_dismissed' event.
dismissalMessageHTML: String
Identifies the optional message associated with the event, rendered to HTML.
id: ID!
previousReviewState: PullRequestReviewState!
Identifies the previous state of the review with the 'review_dismissed' event.
pullRequest: PullRequest!
PullRequest referenced by event.
pullRequestCommit: PullRequestCommit
Identifies the commit which caused the review to become stale.
resourcePath: URI!
The HTTP path for this review dismissed event.
review: PullRequestReview
Identifies the review associated with the 'review_dismissed' event.
url: URI!
The HTTP URL for this review dismissed event.