Github API - Test Config

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.

API:
Github GraphQL API