RepositoryRulesetRulesRequiredStatusChecks

data class RepositoryRulesetRulesRequiredStatusChecks(val doNotEnforceOnCreate: Boolean? = null, val requiredChecks: List<RepositoryRulesetRulesRequiredStatusChecksRequiredCheck>, val strictRequiredStatusChecksPolicy: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

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.