Object GitHub::RenamedTitleEvent

Represents a 'renamed' event on a given issue or pull request

Fields

actor: Actor

Identifies the actor who performed the event.

createdAt: DateTime!

Identifies the date and time when the object was created.

currentTitle: String!

Identifies the current title of the issue or pull request.

id: ID!

previousTitle: String!

Identifies the previous title of the issue or pull request.

subject: RenamedTitleSubject!

Subject that was renamed.

Uses

IssueTimelineItem

IssueTimelineItems

PullRequestTimelineItem

PullRequestTimelineItems

Node