Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 89edc63

Browse files
authored
Merge pull request #2549 from atom/schema-update/1603417364379
GraphQL schema update
2 parents 8ae7344 + b8b2cb7 commit 89edc63

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

graphql/schema.graphql

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)