terraform-provider-github
terraform-provider-github copied to clipboard
Add Org Option to issue_label
Resolves #1840
Before the change?
- There was no way with the
github_issue_labelresource to specify an Organization in which the repo you wanted to create the label for, lived
After the change?
- This adds an
orgattribute to thegithub_issue_labelresource 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