PullRequestParametersInput Input Object
Require all commits be made to a non-target branch and submitted via a pull request before they can be merged.
Fields
#
dismissStaleReviewsOnPush
Boolean !
Non-null
New, reviewable commits pushed will dismiss previous pull request review approvals.
requireCodeOwnerReview
Boolean !
Non-null
Require an approving review in pull requests that modify files that have a designated code owner.
requireLastPushApproval
Boolean !
Non-null
Whether the most recent reviewable push must be approved by someone other than the person who pushed it.
requiredApprovingReviewCount
Int !
Non-null
The number of approving reviews that are required before a pull request can be merged.
requiredReviewThreadResolution
Boolean !
Non-null
All conversations on code must be resolved before a pull request can be merged.
Previous
PullRequestParameters
Next
PullRequestReview
