Github API - Test Config

PullRequestState [enum]

The possible states of a pull request.

Possible values
CLOSED

A pull request that has been closed without being merged.

MERGED

A pull request that has been closed by being merged.

OPEN

A pull request that is still open.

API:
Github GraphQL API