ENUM

IssueEventType

The possible issue event types.

link GraphQL Schema definition

  • enum IssueEventType {
  • # The issue was assigned to the actor.
  • ASSIGNED
  • # The base branch was force pushed by the actor.
  • BASE_REF_FORCE_PUSHED
  • # The issue was closed by the actor.
  • CLOSED
  • # The issue had a milestone removed from it.
  • DEMILESTONED
  • # The branch was deployed by the actor.
  • DEPLOYED
  • # The head branch was deleted by the actor.
  • HEAD_REF_DELETED
  • # The head branch was force pushed by the actor.
  • HEAD_REF_FORCE_PUSHED
  • # The head branch was restored by the actor.
  • HEAD_REF_RESTORED
  • # A label was added to the issue.
  • LABELED
  • # The issue was locked by the actor.
  • LOCKED
  • # The pull request or issue was mentioned by the actor.
  • MENTIONED
  • # The issue was merged by the actor.
  • MERGED
  • # The issue had a milestone added to it.
  • MILESTONED
  • # The issue was referenced from a commit message.
  • REFERENCED
  • # The issue's title was changed.
  • RENAMED
  • # The issue was reopened by the actor.
  • REOPENED
  • # The actor requested review from the subject.
  • REVIEW_REQUESTED
  • # The actor removed the review request for the subject.
  • REVIEW_REQUEST_REMOVED
  • # The review was dismissed by the actor.
  • REVIEW_DISMISSED
  • # The pull request or issue was subscribed to by the actor.
  • SUBSCRIBED
  • # The issue was unassigned to the actor.
  • UNASSIGNED
  • # A label was removed from the issue.
  • UNLABELED
  • # The issue was unlocked by the actor.
  • UNLOCKED
  • # The pull request or issue was unsubscribed from by the actor.
  • UNSUBSCRIBED
  • }

link Require by