Object GitHub::AutomaticBaseChangeSucceededEvent
Represents a 'automatic_base_change_succeeded' 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.
id: ID!
newBase: String!
The new base for this PR
oldBase: String!
The old base for this PR
pullRequest: PullRequest!
PullRequest referenced by event.