canonical / solutions-engineering-automation

Repo for automating tasks for Solutions Engineering Team.
0 stars 4 forks source link

[Terraform] github_branch_protection.required_status_checks.contexts are missing #27

Open jneo8 opened 3 months ago

jneo8 commented 3 months ago

Right now we are missing github_branch_protection.required_status_checks.contexts on github repo settings.

contexts is empty by default; ie. no status checks are required to pass even if required_status_checks is turned on.

We need to set a value per-repository.