mineiros-io / terraform-github-repository

A Terraform module to manage GitHub Repositories. https://github.com/
Apache License 2.0
159 stars 105 forks source link

Support `checks` for `required_status_checks` #151

Open Cyb3r-Jak3 opened 1 year ago

Cyb3r-Jak3 commented 1 year ago

Adds support for checks as a part of required_status_checks. GitHub integration docs Resolves #147

switchdk commented 1 year ago

Thanks @Cyb3r-Jak3 for your effort. The changes in this PR may already be addressed by #148. Hopefully, we can merge one of these PRs soon.

Cyb3r-Jak3 commented 1 year ago

@switchdk I looked at #148, and it seems to be a breaking change, even though that GitHub terraform provider supports both https://github.com/integrations/terraform-provider-github/blob/main/github/resource_github_branch_protection_v3.go#L42-#L75