BranchProtectionRequiredStatusCheck

data class BranchProtectionRequiredStatusCheck(val contexts: List<String>? = null, val strict: Boolean? = null)

Constructors

Link copied to clipboard
constructor(contexts: List<String>? = null, strict: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contexts: List<String>? = null

The list of status checks to require in order to merge into this branch. No status checks are required by default.

Link copied to clipboard
val strict: Boolean? = null

Require branches to be up to date before merging. Defaults to false.