pullRequestBypassers

@JvmName(name = "mhnkwaaibqnfxuyu")
suspend fun pullRequestBypassers(value: Output<List<String>>)
@JvmName(name = "fjlxvptkmnmtqqop")
suspend fun pullRequestBypassers(value: List<String>?)

Parameters

value

The list of actor Names/IDs that are allowed to bypass pull request requirements. Actor names must either begin with a "/" for users or the organization name followed by a "/" for teams.


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


@JvmName(name = "aepgoavbqplarlvf")
suspend fun pullRequestBypassers(values: List<Output<String>>)
@JvmName(name = "qkftpyoowcsvtpyu")
suspend fun pullRequestBypassers(vararg values: String)

Parameters

values

The list of actor Names/IDs that are allowed to bypass pull request requirements. Actor names must either begin with a "/" for users or the organization name followed by a "/" for teams.