OrganizationRulesetConditionsRepositoryName

data class OrganizationRulesetConditionsRepositoryName(val excludes: List<String>, val includes: List<String>, val protected: Boolean? = null)

Constructors

constructor(excludes: List<String>, includes: List<String>, protected: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(List of String) Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match.

Link copied to clipboard

(List of String) Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts ~ALL to include all repositories.

Link copied to clipboard
val protected: Boolean? = null