request: support null for required_approving_review_count #294
Labels
r/branch_protection
Status: Stale
Used by stalebot to clean house
Type: Bug
Something isn't working as documented
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
N/a
Panic Output
N/a
Expected Behavior
What should have happened?
The provider should have configured the branch protection without any required reviewers. The upstream service supports
null
for therequired_approving_review_count
field, and assigns it accordingly if the containingrequired_pull_request_reviews
block is omitted.Actual Behavior
What actually happened?
The provider configured branch protection with one reviewer, per the provider-configured default.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
Nope.
References
https://github.com/terraform-providers/terraform-provider-github/pull/181
The text was updated successfully, but these errors were encountered: