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
The merge is blocked due to the pull request being a draft.
Deprecated: DRAFT state will be removed from this enum and `isDraft` should be used instead Use PullRequest.isDraft instead. Removal on 2021-01-01 UTC.
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.
API:
Github GraphQL API