You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add admin enforcement to protected branches API. (google#610)
This change adds support for an addition to the Protected Branches API
preview, the ability to turn on and off admin settings in one place.
This is documented at https://developer.github.com/changes/2017-03-22-protected-branches-admin-improvements/.
The IncludeAdmins fields are deprecated, but they're still required to
be sent in the request for now. A future update to API preview will
remove the IncludeAdmins fields completely.
Helps google#606.
0 commit comments