Record
protected-branch
No description available.
record protected-branch {
allow-deletions: option<protected-branch-allow-deletions>,
allow-force-pushes: option<protected-branch-allow-force-pushes>,
allow-fork-syncing: option<protected-branch-allow-fork-syncing>,
block-creations: option<protected-branch-block-creations>,
enforce-admins: option<protected-branch-enforce-admins>,
lock-branch: option<protected-branch-lock-branch>,
required-conversation-resolution: option<protected-branch-required-conversation-resolution>,
required-linear-history: option<protected-branch-required-linear-history>,
required-pull-request-reviews: option<protected-branch-required-pull-request-reviews>,
required-signatures: option<protected-branch-required-signatures>,
required-status-checks: option<status-check-policy>,
restrictions: option<branch-restriction-policy>,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| allow-deletions | option<protected-branch-allow-deletions> | |
| allow-force-pushes | option<protected-branch-allow-force-pushes> | |
| allow-fork-syncing | option<protected-branch-allow-fork-syncing> | |
| block-creations | option<protected-branch-block-creations> | |
| enforce-admins | option<protected-branch-enforce-admins> | |
| lock-branch | option<protected-branch-lock-branch> | |
| required-conversation-resolution | option<protected-branch-required-conversation-resolution> | |
| required-linear-history | option<protected-branch-required-linear-history> | |
| required-pull-request-reviews | option<protected-branch-required-pull-request-reviews> | |
| required-signatures | option<protected-branch-required-signatures> | |
| required-status-checks | option<status-check-policy> | |
| restrictions | option<branch-restriction-policy> | |
| url | string |