Github API - Test Config

PullRequestParameters [object]

Require all commits be made to a non-target branch and submitted via a pull request before they can be merged.

Attributes
dismissStaleReviewsOnPush Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

New, reviewable commits pushed will dismiss previous pull request review approvals.

requireCodeOwnerReview Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Require an approving review in pull requests that modify files that have a designated code owner.

requireLastPushApproval Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether the most recent reviewable push must be approved by someone other than the person who pushed it.

requiredApprovingReviewCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The number of approving reviews that are required before a pull request can be merged.

requiredReviewThreadResolution Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

All conversations on code must be resolved before a pull request can be merged.

API:
Github GraphQL API