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

Add Org Option to issue_label

Open ikegentz opened this issue 2 years ago • 0 comments

Resolves #1840


Before the change?

  • There was no way with the github_issue_label resource to specify an Organization in which the repo you wanted to create the label for, lived

After the change?

  • This adds an org attribute to the github_issue_label resource that lets the end-user explicitly specify where the repo lives they want to add the label to

Pull request checklist

  • [X] Tests for the changes have been added (for bug fixes / features)
  • [X] Docs have been reviewed and added / updated if needed (for bug fixes / features)

NOTE: I updated the docs in website/docs/r/, because they matched what I see on the resource's documentation page but do I need to update something in website/docs/d/? What is that directory for?

Does this introduce a breaking change?

Nothing I'm aware of!

  • [ ] Yes
  • [X] No

ikegentz avatar Dec 09 '23 17:12 ikegentz