MergeableState Enum
Whether or not a PullRequest can be merged.
Possible Values
#
CONFLICTING
The pull request cannot be merged due to merge conflicts.
MERGEABLE
The pull request can be merged.
UNKNOWN
The mergeability of the pull request is still being calculated.
Usages
#
References
#
- Field mergeable from PullRequest
Previous
MergeStateStatus
Next
MergedEvent
