OrganizationRulesetRulesRequiredStatusChecks

data class OrganizationRulesetRulesRequiredStatusChecks(val requiredChecks: List<OrganizationRulesetRulesRequiredStatusChecksRequiredCheck>, val strictRequiredStatusChecksPolicy: Boolean? = null)

Constructors

constructor(requiredChecks: List<OrganizationRulesetRulesRequiredStatusChecksRequiredCheck>, strictRequiredStatusChecksPolicy: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Block Set, Min: 1) Status checks that are required. Several can be defined. (see below for nested schema)

Link copied to clipboard

(Boolean) 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. Defaults to false.