MergeStateStatus Enum
Detailed status information about a pull request merge.
Possible Values
#
BEHIND
The head ref is out of date.
BLOCKED
The merge is blocked.
CLEAN
Mergeable and passing commit status.
DIRTY
The merge commit cannot be cleanly created.
DRAFT
DRAFT state will be removed from this enum and `isDraft` should be used instead Use PullRequest.isDraft instead. Removal on 2021-01-01 UTC.
The merge is blocked due to the pull request being a draft.
HAS_HOOKS
Mergeable with passing commit status and pre-receive hooks.
UNKNOWN
The state cannot currently be determined.
UNSTABLE
Mergeable with non-passing commit status.
Usages
#
References
#
- Field mergeStateStatus from PullRequest
Previous
MergeQueueParametersInput
Next
MergeableState
