-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add support for branch protection required_status_check 'checks' object #1212
Comments
I took a stab at implementing this locally, but there are some decisions to be made around how to implement this new field in the state file. Below are my notes:
|
see: #1147, google/go-github#2467 and https://github.com/orgs/community/discussions/24642 |
Not working in version provider 5.1.0 |
👋 Hey Friends, this issue has been automatically marked as |
Github has updated protected branches to include an
app_id
along with the status_checkcontext
as a new object namedchecks
. This has depreciatedcontext
at the higher level and is required to be able to set the source of arequired 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.
The text was updated successfully, but these errors were encountered: