Repository Ruleset Rules Required Status Checks
data class RepositoryRulesetRulesRequiredStatusChecks(val doNotEnforceOnCreate: Boolean? = null, val requiredChecks: List<RepositoryRulesetRulesRequiredStatusChecksRequiredCheck>, val strictRequiredStatusChecksPolicy: Boolean? = null)
Constructors
Link copied to clipboard
constructor(doNotEnforceOnCreate: Boolean? = null, requiredChecks: List<RepositoryRulesetRulesRequiredStatusChecksRequiredCheck>, strictRequiredStatusChecksPolicy: Boolean? = null)
Properties
Link copied to clipboard
Allow repositories and branches to be created if a check would otherwise prohibit it.
Link copied to clipboard
Status checks that are required. Several can be defined.
Link copied to clipboard
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
.