Object GitHub::LockedEvent

Represents a 'locked' 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.

id: ID!

lockReason: LockReason

Reason that the conversation was locked (optional).

lockable: Lockable!

Object that was locked.

Uses

IssueTimelineItem

IssueTimelineItems

PullRequestTimelineItem

PullRequestTimelineItems

Node