Object GitHub::HeadRefDeletedEvent
Represents a 'head_ref_deleted' event on a given pull request.
Fields
actor: Actor
Identifies the actor who performed the event.
createdAt: DateTime!
Identifies the date and time when the object was created.
headRef: Ref
Identifies the Ref associated with the head_ref_deleted
event.
headRefName: String!
Identifies the name of the Ref associated with the head_ref_deleted
event.
id: ID!
pullRequest: PullRequest!
PullRequest referenced by event.