Object GitHub::BaseRefForcePushedEvent
Represents a 'base_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 'base_ref_force_pushed' event.
beforeCommit: Commit
Identifies the before commit SHA for the 'base_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 'base_ref_force_pushed' event.