Organization Ruleset Rules Required Status Checks Args
data class OrganizationRulesetRulesRequiredStatusChecksArgs(val requiredChecks: Output<List<OrganizationRulesetRulesRequiredStatusChecksRequiredCheckArgs>>, val strictRequiredStatusChecksPolicy: Output<Boolean>? = null) : ConvertibleToJava<OrganizationRulesetRulesRequiredStatusChecksArgs>
Constructors
Link copied to clipboard
constructor(requiredChecks: Output<List<OrganizationRulesetRulesRequiredStatusChecksRequiredCheckArgs>>, strictRequiredStatusChecksPolicy: Output<Boolean>? = null)
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
.