contexts

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


@JvmName(name = "pwretvffnqokrenk")
suspend fun contexts(value: Output<List<String>>)
@JvmName(name = "iqodvditoqgxguft")
suspend fun contexts(value: List<String>?)

Deprecated

GitHub is deprecating the use of `contexts`. Use a `checks` array instead.

Parameters

value

**DEPRECATED** (Optional) The list of status checks to require in order to merge into this branch. No status checks are required by default.


@JvmName(name = "qwptaawyryxkrsrs")
suspend fun contexts(values: List<Output<String>>)
@JvmName(name = "foemacukhovvvnvm")
suspend fun contexts(vararg values: String)

Deprecated

GitHub is deprecating the use of `contexts`. Use a `checks` array instead.

Parameters

values

**DEPRECATED** (Optional) The list of status checks to require in order to merge into this branch. No status checks are required by default.