PullRequestEventType
public enum PullRequestEventType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case pullRequestCreated = "PULL_REQUEST_CREATED"
-
Undocumented
Declaration
Swift
case pullRequestStatusChanged = "PULL_REQUEST_STATUS_CHANGED"
-
Undocumented
Declaration
Swift
case pullRequestSourceReferenceUpdated = "PULL_REQUEST_SOURCE_REFERENCE_UPDATED"
-
Undocumented
Declaration
Swift
case pullRequestMergeStateChanged = "PULL_REQUEST_MERGE_STATE_CHANGED"
-
Undocumented
Declaration
Swift
case pullRequestApprovalRuleCreated = "PULL_REQUEST_APPROVAL_RULE_CREATED"
-
Undocumented
Declaration
Swift
case pullRequestApprovalRuleUpdated = "PULL_REQUEST_APPROVAL_RULE_UPDATED"
-
Undocumented
Declaration
Swift
case pullRequestApprovalRuleDeleted = "PULL_REQUEST_APPROVAL_RULE_DELETED"
-
Undocumented
Declaration
Swift
case pullRequestApprovalRuleOverridden = "PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN"
-
Undocumented
Declaration
Swift
case pullRequestApprovalStateChanged = "PULL_REQUEST_APPROVAL_STATE_CHANGED"
-
Declaration
Swift
public var description: String { get }