terraform-provider-github
terraform-provider-github copied to clipboard
Add a data source for labels.
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