terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

[work in progress] Add ability to set checks field in required_status_checks of github_branch_protection_v3

Open k24dizzle opened this issue 2 years ago • 0 comments

Attempt to solve #985 for github_branch_protection_v3.

According to the docs, the checks field contains a list of objects that contain the fields of context and app_id.

Screen Shot 2022-01-27 at 11 44 01 AM

Note: I wrote a unit test to test out the checks field, but not sure how to actually run it to make sure this code works.

k24dizzle avatar Jan 27 '22 20:01 k24dizzle