ENUM
PullRequestReviewState
The possible states of a pull request review.
link GraphQL Schema definition
- enum PullRequestReviewState {
- # A review that has not yet been submitted.
- # An informational review.
- # A review allowing the pull request to merge.
- # A review blocking the pull request from merging.
- # A review that has been dismissed.
- }