ENUM
IssueEventType
The possible issue event types.
link GraphQL Schema definition
- enum IssueEventType {
- # The issue was assigned to the actor.
- # The base branch was force pushed by the actor.
- # The issue was closed by the actor.
- # The issue had a milestone removed from it.
- # The branch was deployed by the actor.
- # The head branch was deleted by the actor.
- # The head branch was force pushed by the actor.
- # The head branch was restored by the actor.
- # A label was added to the issue.
- # The issue was locked by the actor.
- # The pull request or issue was mentioned by the actor.
- # The issue was merged by the actor.
- # The issue had a milestone added to it.
- # The issue was referenced from a commit message.
- # The issue's title was changed.
- # The issue was reopened by the actor.
- # The actor requested review from the subject.
- # The actor removed the review request for the subject.
- # The review was dismissed by the actor.
- # The pull request or issue was subscribed to by the actor.
- # The issue was unassigned to the actor.
- # A label was removed from the issue.
- # The issue was unlocked by the actor.
- # The pull request or issue was unsubscribed from by the actor.
- }
link Require by
- AssignedEventRepresents an 'assigned' event on a given issue or pull request.
- BaseRefForcePushedEventRepresents a 'base_ref_force_pushed' event on a given pull request.
- ClosedEventRepresents a 'closed' event on a given issue or pull request.
- DemilestonedEventRepresents a 'demilestoned' event on a given issue or pull request.
- DeployedEventRepresents a 'deployed' event on a given issue or pull request.
- HeadRefDeletedEventRepresents a 'head_ref_deleted' event on a given pull request.
- HeadRefForcePushedEventRepresents a 'head_ref_force_pushed' event on a given pull request.
- HeadRefRestoredEventRepresents a 'head_ref_restored' event on a given pull request.
- IssueEventRepresents an issue event.
- LabeledEventRepresents a 'labeled' event on a given issue or pull request.
- LockedEventRepresents a 'locked' event on a given issue or pull request.
- MentionedEventRepresents a 'mentioned' event on a given issue or pull request.
- MergedEventRepresents a 'merged' event on a given pull request.
- MilestonedEventRepresents a 'milestoned' event on a given issue or pull request.
- ReferencedEventRepresents a 'referenced' event on a given issue or pull request.
- RenamedEventRepresents a 'renamed' event on a given issue or pull request or pull request.
- ReopenedEventRepresents a 'reopened' event on a given issue or pull request.
- ReviewDismissedEventRepresents a 'review_dismissed' event on a given issue or pull request.
- ReviewRequestedEventRepresents an 'review_requested' event on a given pull request.
- ReviewRequestRemovedEventRepresents an 'review_request_removed' event on a given pull request.
- SubscribedEventRepresents a 'subscribed' event on a given issue or pull request.
- UnassignedEventRepresents a 'unassigned' event on a given issue or pull request.
- UnlabeledEventRepresents a 'unlabeled' event on a given issue or pull request.
- UnlockedEventRepresents a 'unlocked' event on a given issue or pull request.
- UnsubscribedEventRepresents a 'unsubscribed' event on a given issue or pull request.