terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

Add a data source for labels.

Open galargh opened this issue 4 years ago • 0 comments

Resolves #1130

Description

This PR adds a data source for labels. Given a repository name, it returns a list of labels associated with that repository.

I added a markdown entry which describes how to configure the new data source.

Testing
  • [x] TF_ACC=1 go test -v ./... -run ^TestAccGithubIssueLabelsDataSource

galargh avatar Apr 27 '22 21:04 galargh