Object GitHub::HeadRefForcePushedEvent

Represents a 'head_ref_force_pushed' event on a given pull request.

Fields

actor: Actor

Identifies the actor who performed the event.

afterCommit: Commit

Identifies the after commit SHA for the 'head_ref_force_pushed' event.

beforeCommit: Commit

Identifies the before commit SHA for the 'head_ref_force_pushed' event.

createdAt: DateTime!

Identifies the date and time when the object was created.

id: ID!

pullRequest: PullRequest!

PullRequest referenced by event.

ref: Ref

Identifies the fully qualified ref name for the 'head_ref_force_pushed' event.

Uses

PullRequestTimelineItem

PullRequestTimelineItems

Node