Enum GitHub::PullRequestState

The possible states of a pull request.

Enum Values

OPEN

A pull request that is still open.

CLOSED

A pull request that has been closed without being merged.

MERGED

A pull request that has been closed by being merged.

Uses

Label.pullRequests

Milestone.pullRequests

PullRequest.state

Ref.associatedPullRequests

Repository.pullRequests

User.pullRequests