openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# ReposUpdateStatusCheckProtectionRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**strict** | Option<**bool**> | Require branches to be up to date before merging. | [optional]
**contexts** | Option<**Vec<String>**> | **Deprecated**: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use `checks` instead of `contexts` for more fine-grained control.  | [optional]
**checks** | Option<[**Vec<models::ReposUpdateBranchProtectionRequestRequiredStatusChecksChecksInner>**]repos_update_branch_protection_request_required_status_checks_checks_inner.md> | The list of status checks to require in order to merge into this branch. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)