selectedRepositories

@JvmName(name = "yffybmapshfbtyrb")
suspend fun selectedRepositories(value: Output<List<String>>)
@JvmName(name = "cwvvgfxtkyaicctb")
suspend fun selectedRepositories(value: List<String>?)

Parameters

value

A list of repository names to install the app on.

Note: Due to how GitHub implements app installations, apps cannot be installed with no repositories selected. Therefore deleting this resource will leave one repository with the app installed. Manually uninstall the app or set the installation to all repositories via the GUI as after deleting this resource.


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


@JvmName(name = "wlvapmbursqubvvs")
suspend fun selectedRepositories(values: List<Output<String>>)
@JvmName(name = "mrqfkxkibojphnky")
suspend fun selectedRepositories(vararg values: String)

Parameters

values

A list of repository names to install the app on.

Note: Due to how GitHub implements app installations, apps cannot be installed with no repositories selected. Therefore deleting this resource will leave one repository with the app installed. Manually uninstall the app or set the installation to all repositories via the GUI as after deleting this resource.