contexts

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

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 = "oxxdjvbssyjqnfgk")
suspend fun contexts(vararg values: Output<String>)


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

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.