This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2877,6 +2877,15 @@ input CreateBranchProtectionRuleInput {
28772877 """Are commits required to be signed."""
28782878 requiresCommitSignatures: Boolean
28792879
2880+ """Are merge commits prohibited from being pushed to this branch."""
2881+ requiresLinearHistory: Boolean
2882+
2883+ """Are force pushes allowed on this branch."""
2884+ allowsForcePushes: Boolean
2885+
2886+ """Can this branch be deleted."""
2887+ allowsDeletions: Boolean
2888+
28802889 """Can admins overwrite branch protection."""
28812890 isAdminEnforced: Boolean
28822891
@@ -22485,6 +22494,15 @@ input UpdateBranchProtectionRuleInput {
2248522494 """Are commits required to be signed."""
2248622495 requiresCommitSignatures: Boolean
2248722496
22497+ """Are merge commits prohibited from being pushed to this branch."""
22498+ requiresLinearHistory: Boolean
22499+
22500+ """Are force pushes allowed on this branch."""
22501+ allowsForcePushes: Boolean
22502+
22503+ """Can this branch be deleted."""
22504+ allowsDeletions: Boolean
22505+
2248822506 """Can admins overwrite branch protection."""
2248922507 isAdminEnforced: Boolean
2249022508
You can’t perform that action at this time.
0 commit comments