Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateBranchProtectionOption

CreateBranchProtectionOption options for creating a branch protection

export
interface

CreateBranchProtectionOption

Hierarchy

  • CreateBranchProtectionOption

Index

Properties

approvals_whitelist_teams?: string[]
memberof

CreateBranchProtectionOption

approvals_whitelist_username?: string[]
memberof

CreateBranchProtectionOption

block_on_official_review_requests?: boolean
memberof

CreateBranchProtectionOption

block_on_outdated_branch?: boolean
memberof

CreateBranchProtectionOption

block_on_rejected_reviews?: boolean
memberof

CreateBranchProtectionOption

branch_name?: string
memberof

CreateBranchProtectionOption

dismiss_stale_approvals?: boolean
memberof

CreateBranchProtectionOption

enable_approvals_whitelist?: boolean
memberof

CreateBranchProtectionOption

enable_merge_whitelist?: boolean
memberof

CreateBranchProtectionOption

enable_push?: boolean
memberof

CreateBranchProtectionOption

enable_push_whitelist?: boolean
memberof

CreateBranchProtectionOption

enable_status_check?: boolean
memberof

CreateBranchProtectionOption

merge_whitelist_teams?: string[]
memberof

CreateBranchProtectionOption

merge_whitelist_usernames?: string[]
memberof

CreateBranchProtectionOption

protected_file_patterns?: string
memberof

CreateBranchProtectionOption

push_whitelist_deploy_keys?: boolean
memberof

CreateBranchProtectionOption

push_whitelist_teams?: string[]
memberof

CreateBranchProtectionOption

push_whitelist_usernames?: string[]
memberof

CreateBranchProtectionOption

require_signed_commits?: boolean
memberof

CreateBranchProtectionOption

required_approvals?: number
memberof

CreateBranchProtectionOption

status_check_contexts?: string[]
memberof

CreateBranchProtectionOption

unprotected_file_patterns?: string
memberof

CreateBranchProtectionOption

Generated using TypeDoc