Github API - Test Config

RequiredStatusChecksParametersInput [input]

Choose which status checks must pass before the ref is updated. When enabled,
commits must first be pushed to another ref where the checks pass.

Attributes
requiredStatusChecks StatusCheckConfigurationInput []

StatusCheckConfigurationInput [input]

Required status check

Attributes
context String

The status check context name that must be present on the commit.

integrationId Int

The optional integration ID that this status check must originate from.

API:
Github GraphQL API

Status checks that are required.

strictRequiredStatusChecksPolicy Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether pull requests targeting a matching branch must be tested with the
latest code. This setting will not take effect unless at least one status
check is enabled.

API:
Github GraphQL API