Github has updated protected branches to include an app_id along with the status_check context as a new object named checks. This has depreciated context at the higher level and is required to be able to set the source of a required status check.
Is it possible to get an update to the branch_protection resource and utils to add support for this in the graphQL call?
I believe we could make the app_id optional as it is currently optional on the REST API call, and therefore could come in as a minor update.