This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -2877,6 +2877,15 @@ input CreateBranchProtectionRuleInput {
2877
2877
"""Are commits required to be signed."""
2878
2878
requiresCommitSignatures: Boolean
2879
2879
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
+
2880
2889
"""Can admins overwrite branch protection."""
2881
2890
isAdminEnforced: Boolean
2882
2891
@@ -22485,6 +22494,15 @@ input UpdateBranchProtectionRuleInput {
22485
22494
"""Are commits required to be signed."""
22486
22495
requiresCommitSignatures: Boolean
22487
22496
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
+
22488
22506
"""Can admins overwrite branch protection."""
22489
22507
isAdminEnforced: Boolean
22490
22508
You can’t perform that action at this time.
0 commit comments