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
14
15
# RepositoryRulePullRequestParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dismiss_stale_reviews_on_push** | **bool** | New, reviewable commits pushed will dismiss previous pull request review approvals. | 
**require_code_owner_review** | **bool** | Require an approving review in pull requests that modify files that have a designated code owner. | 
**require_last_push_approval** | **bool** | Whether the most recent reviewable push must be approved by someone other than the person who pushed it. | 
**required_approving_review_count** | **i32** | The number of approving reviews that are required before a pull request can be merged. | 
**required_review_thread_resolution** | **bool** | All conversations on code must be resolved before a pull request can be merged. | 

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