Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EditBranchProtectionOption

EditBranchProtectionOption options for editing a branch protection

export
interface

EditBranchProtectionOption

Hierarchy

  • EditBranchProtectionOption

Index

Properties

approvals_whitelist_teams?: string[]
memberof

EditBranchProtectionOption

approvals_whitelist_username?: string[]
memberof

EditBranchProtectionOption

block_on_official_review_requests?: boolean
memberof

EditBranchProtectionOption

block_on_outdated_branch?: boolean
memberof

EditBranchProtectionOption

block_on_rejected_reviews?: boolean
memberof

EditBranchProtectionOption

dismiss_stale_approvals?: boolean
memberof

EditBranchProtectionOption

enable_approvals_whitelist?: boolean
memberof

EditBranchProtectionOption

enable_merge_whitelist?: boolean
memberof

EditBranchProtectionOption

enable_push?: boolean
memberof

EditBranchProtectionOption

enable_push_whitelist?: boolean
memberof

EditBranchProtectionOption

enable_status_check?: boolean
memberof

EditBranchProtectionOption

merge_whitelist_teams?: string[]
memberof

EditBranchProtectionOption

merge_whitelist_usernames?: string[]
memberof

EditBranchProtectionOption

protected_file_patterns?: string
memberof

EditBranchProtectionOption

push_whitelist_deploy_keys?: boolean
memberof

EditBranchProtectionOption

push_whitelist_teams?: string[]
memberof

EditBranchProtectionOption

push_whitelist_usernames?: string[]
memberof

EditBranchProtectionOption

require_signed_commits?: boolean
memberof

EditBranchProtectionOption

required_approvals?: number
memberof

EditBranchProtectionOption

status_check_contexts?: string[]
memberof

EditBranchProtectionOption

unprotected_file_patterns?: string
memberof

EditBranchProtectionOption

Generated using TypeDoc