Enum GitHub::MergeableState

Whether or not a PullRequest can be merged.

Enum Values

MERGEABLE

The pull request can be merged.

CONFLICTING

The pull request cannot be merged due to merge conflicts.

UNKNOWN

The mergeability of the pull request is still being calculated.

Uses

PullRequest.mergeable