contexts

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


@JvmName(name = "sfglpfuvancuvkgn")
suspend fun contexts(value: Output<List<String>>)
@JvmName(name = "xxlcvdytrqfakvnq")
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.

Note: This attribute can contain multiple string patterns. If specified, usual value is the job name. Otherwise, the job id is defaulted to. For workflows that use matrixes, append the matrix name to the value using the following pattern (<matrix_value>[, <matrix_value>]). Matrixes should be specified based on the order of matrix properties in the workflow file. See GitHub Documentation for more information. For workflows that use reusable workflows, the pattern is <initial_workflow.jobs.job.[name/id]> / <reused-workflow&#46;jobs&#46;job&#46;[name/id]>. This can extend multiple levels.


@JvmName(name = "wofcqmherwoxrrqk")
suspend fun contexts(values: List<Output<String>>)
@JvmName(name = "qoriqrnxhpkfqaaw")
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.

Note: This attribute can contain multiple string patterns. If specified, usual value is the job name. Otherwise, the job id is defaulted to. For workflows that use matrixes, append the matrix name to the value using the following pattern (<matrix_value>[, <matrix_value>]). Matrixes should be specified based on the order of matrix properties in the workflow file. See GitHub Documentation for more information. For workflows that use reusable workflows, the pattern is <initial_workflow.jobs.job.[name/id]> / <reused-workflow&#46;jobs&#46;job&#46;[name/id]>. This can extend multiple levels.