giteapython/docs/BranchProtection.md

1.5 KiB

BranchProtection

Properties

Name Type Description Notes
approvals_whitelist_teams list[str] [optional]
approvals_whitelist_username list[str] [optional]
block_on_outdated_branch bool [optional]
block_on_rejected_reviews bool [optional]
branch_name str [optional]
created_at datetime [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]
status_check_contexts list[str] [optional]
updated_at datetime [optional]

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