terraform-provider-github
terraform-provider-github copied to clipboard
feat : Support repository property for GitHub organization ruleset
Resolves #2137
Introduces the support to use repository_property
to target repositories in the ruleset
Before the change?
- Cannot target ruleset using
repository_property
After the change?
- The ruleset can use the
repository_property
under the conditions block
Pull request checklist
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
Does this introduce a breaking change?
Please see our docs on breaking changes to help!
- [ ] Yes
- [ ] No