events

@JvmName(name = "jxjexgipgyxholkk")
suspend fun events(value: Output<List<String>>)
@JvmName(name = "rpjflpxhyxsnhcua")
suspend fun events(value: List<String>?)

Parameters

value

A list that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration. Possible values are OPEN, UPDATED and CLOSED.


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


@JvmName(name = "cqnrrvcmcrasvxqw")
suspend fun events(values: List<Output<String>>)
@JvmName(name = "pfdcbpdhlpmvacej")
suspend fun events(vararg values: String)

Parameters

values

A list that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration. Possible values are OPEN, UPDATED and CLOSED.