checks

@JvmName(name = "nnmvpuihsxyfbpvh")
suspend fun checks(value: Output<List<String>>)
@JvmName(name = "moxbqkdlmxgtkaau")
suspend fun checks(value: List<String>?)

Parameters

value

The list of status checks to require in order to merge into this branch. No status checks are required by default. Checks should be strings containing the context and app_id like so "context:app_id".


@JvmName(name = "tmwdemxmtnnawadn")
suspend fun checks(vararg values: Output<String>)


@JvmName(name = "yhuwvgdxuyyxvbgp")
suspend fun checks(values: List<Output<String>>)
@JvmName(name = "pojoaiibhibfftkw")
suspend fun checks(vararg values: String)

Parameters

values

The list of status checks to require in order to merge into this branch. No status checks are required by default. Checks should be strings containing the context and app_id like so "context:app_id".