Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/github_issue_label: Add support for description #118

Merged
merged 1 commit into from
Aug 9, 2018

Conversation

radeksimko
Copy link
Contributor

Closes #76

make testacc TEST=./github TESTARGS='-run=TestAccGithubIssueLabel_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./github -v -run=TestAccGithubIssueLabel_ -timeout 120m
=== RUN   TestAccGithubIssueLabel_basic
--- PASS: TestAccGithubIssueLabel_basic (6.18s)
=== RUN   TestAccGithubIssueLabel_existingLabel
--- PASS: TestAccGithubIssueLabel_existingLabel (4.30s)
=== RUN   TestAccGithubIssueLabel_importBasic
--- PASS: TestAccGithubIssueLabel_importBasic (3.99s)
=== RUN   TestAccGithubIssueLabel_description
--- PASS: TestAccGithubIssueLabel_description (13.26s)
PASS
ok  	github.com/terraform-providers/terraform-provider-github/github	27.857s

@radeksimko radeksimko added the Type: Feature New feature or request label Aug 9, 2018
Copy link

@catsby catsby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@radeksimko radeksimko merged commit 203b4c6 into master Aug 9, 2018
@radeksimko radeksimko deleted the f-issue-label-desc branch August 9, 2018 19:47
kfcampbell pushed a commit to kfcampbell/terraform-provider-github that referenced this pull request Jul 26, 2022
…label-desc

resource/github_issue_label: Add support for description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants