Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.58 KB

CreateBranchProtectionOption.md

File metadata and controls

32 lines (28 loc) · 1.58 KB

CreateBranchProtectionOption

Properties

Name Type Description Notes
approvals_whitelist_teams list[str] [optional]
approvals_whitelist_username list[str] [optional]
block_on_official_review_requests bool [optional]
block_on_outdated_branch bool [optional]
block_on_rejected_reviews bool [optional]
branch_name str Deprecated: true [optional]
dismiss_stale_approvals bool [optional]
enable_approvals_whitelist bool [optional]
enable_merge_whitelist bool [optional]
enable_push bool [optional]
enable_push_whitelist bool [optional]
enable_status_check bool [optional]
merge_whitelist_teams list[str] [optional]
merge_whitelist_usernames list[str] [optional]
protected_file_patterns str [optional]
push_whitelist_deploy_keys bool [optional]
push_whitelist_teams list[str] [optional]
push_whitelist_usernames list[str] [optional]
require_signed_commits bool [optional]
required_approvals int [optional]
rule_name str [optional]
status_check_contexts list[str] [optional]
unprotected_file_patterns str [optional]

[Back to Model list] [Back to API list] [Back to README]