getIssueLabels

Use this data source to retrieve the labels for a given repository.

Return

A collection of values returned by getIssueLabels.

Parameters

argument

A collection of arguments for invoking getIssueLabels.


suspend fun getIssueLabels(repository: String): GetIssueLabelsResult

Return

A collection of values returned by getIssueLabels.

Parameters

repository

The name of the repository.

See also


Return

A collection of values returned by getIssueLabels.

Parameters

argument

Builder for com.pulumi.github.kotlin.inputs.GetIssueLabelsPlainArgs.

See also