groupingStrategy

@JvmName(name = "sjpugjuxngcyeper")
suspend fun groupingStrategy(value: Output<String>)
@JvmName(name = "xivgxtunnsqwbvnt")
suspend fun groupingStrategy(value: String?)

Parameters

value

When set to ALLGREEN, the merge commit created by merge queue for each PR in the group must pass all required checks to merge. When set to HEADGREEN, only the commit at the head of the merge group, i.e. the commit containing changes from all of the PRs in the group, must pass its required checks to merge. Can be one of: ALLGREEN, HEADGREEN. Defaults to ALLGREEN.