Object GitHub::MergedEvent
Represents a 'merged' event on a given pull request.
Fields
actor: Actor
Identifies the actor who performed the event.
commit: Commit
Identifies the commit associated with the merge
event.
createdAt: DateTime!
Identifies the date and time when the object was created.
id: ID!
mergeRef: Ref
Identifies the Ref associated with the merge
event.
mergeRefName: String!
Identifies the name of the Ref associated with the merge
event.
pullRequest: PullRequest!
PullRequest referenced by event.
resourcePath: URI!
The HTTP path for this merged event.
url: URI!
The HTTP URL for this merged event.