According to the [Github API](https://docs.github.com/en/rest/reference/branches#update-branch-protection), there is a new `checks` field that is supposed to replace the `contexts` field when setting required status checks. <img width="798" alt="Screen Shot 2022-01-27 at 12 16 01 PM" src="https://user-images.githubusercontent.com/15153943/151436727-3034f3bd-4f1d-453f-90f4-c5c9c430e2b2.png"> Note: if `contexts` is required, not sure how that will interact with the `checks` field. Add this field [here](https://github.com/google/go-github/blob/295020540d58efd38acedd29f5cdd4e2852b5c00/github/repos.go#L876). <img width="1097" alt="Screen Shot 2022-01-27 at 12 14 26 PM" src="https://user-images.githubusercontent.com/15153943/151436525-9ca9d387-8919-46c1-af46-ca8f57a31ad3.png">