@@ -11750,12 +11750,12 @@ The possible roles for enterprise membership.
|
||||
"""
|
||||
enum EnterpriseUserAccountMembershipRole {
|
||||
"""
|
||||
The user is a member of the enterprise membership.
|
||||
The user is a member of an organization in the enterprise.
|
||||
"""
|
||||
MEMBER
|
||||
|
||||
"""
|
||||
The user is an owner of the enterprise membership.
|
||||
The user is an owner of an organization in the enterprise.
|
||||
"""
|
||||
OWNER
|
||||
}
|
||||
@@ -32816,6 +32816,11 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
|
||||
"""
|
||||
squashMergeAllowed: Boolean!
|
||||
|
||||
"""
|
||||
Whether a squash merge commit can use the pull request title as default.
|
||||
"""
|
||||
squashPrTitleUsedAsDefault: Boolean!
|
||||
|
||||
"""
|
||||
The SSH URL to clone this repository
|
||||
"""
|
||||
|
||||
@@ -8174,6 +8174,11 @@ enum DependencyGraphEcosystem {
|
||||
Ruby gems hosted at RubyGems.org
|
||||
"""
|
||||
RUBYGEMS
|
||||
|
||||
"""
|
||||
Rust crates
|
||||
"""
|
||||
RUST
|
||||
}
|
||||
|
||||
"""
|
||||
@@ -12813,12 +12818,12 @@ The possible roles for enterprise membership.
|
||||
"""
|
||||
enum EnterpriseUserAccountMembershipRole {
|
||||
"""
|
||||
The user is a member of the enterprise membership.
|
||||
The user is a member of an organization in the enterprise.
|
||||
"""
|
||||
MEMBER
|
||||
|
||||
"""
|
||||
The user is an owner of the enterprise membership.
|
||||
The user is an owner of an organization in the enterprise.
|
||||
"""
|
||||
OWNER
|
||||
}
|
||||
@@ -37285,6 +37290,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & RepositoryInfo &
|
||||
"""
|
||||
squashMergeAllowed: Boolean!
|
||||
|
||||
"""
|
||||
Whether a squash merge commit can use the pull request title as default.
|
||||
"""
|
||||
squashPrTitleUsedAsDefault: Boolean!
|
||||
|
||||
"""
|
||||
The SSH URL to clone this repository
|
||||
"""
|
||||
|
||||
@@ -8174,6 +8174,11 @@ enum DependencyGraphEcosystem {
|
||||
Ruby gems hosted at RubyGems.org
|
||||
"""
|
||||
RUBYGEMS
|
||||
|
||||
"""
|
||||
Rust crates
|
||||
"""
|
||||
RUST
|
||||
}
|
||||
|
||||
"""
|
||||
@@ -12813,12 +12818,12 @@ The possible roles for enterprise membership.
|
||||
"""
|
||||
enum EnterpriseUserAccountMembershipRole {
|
||||
"""
|
||||
The user is a member of the enterprise membership.
|
||||
The user is a member of an organization in the enterprise.
|
||||
"""
|
||||
MEMBER
|
||||
|
||||
"""
|
||||
The user is an owner of the enterprise membership.
|
||||
The user is an owner of an organization in the enterprise.
|
||||
"""
|
||||
OWNER
|
||||
}
|
||||
@@ -37285,6 +37290,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & RepositoryInfo &
|
||||
"""
|
||||
squashMergeAllowed: Boolean!
|
||||
|
||||
"""
|
||||
Whether a squash merge commit can use the pull request title as default.
|
||||
"""
|
||||
squashPrTitleUsedAsDefault: Boolean!
|
||||
|
||||
"""
|
||||
The SSH URL to clone this repository
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,18 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"Enum value `RUST` was added to enum `DependencyGraphEcosystem`",
|
||||
"Field `squashPrTitleUsedAsDefault` was added to object type `Repository`"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2022-06-10"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -52967,6 +52967,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "squashPrTitleUsedAsDefault",
|
||||
"description": "<p>Whether a squash merge commit can use the pull request title as default.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "sshUrl",
|
||||
"description": "<p>The SSH URL to clone this repository.</p>",
|
||||
@@ -69165,6 +69173,10 @@
|
||||
{
|
||||
"name": "RUBYGEMS",
|
||||
"description": "<p>Ruby gems hosted at RubyGems.org.</p>"
|
||||
},
|
||||
{
|
||||
"name": "RUST",
|
||||
"description": "<p>Rust crates.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -69622,11 +69634,11 @@
|
||||
"values": [
|
||||
{
|
||||
"name": "MEMBER",
|
||||
"description": "<p>The user is a member of the enterprise membership.</p>"
|
||||
"description": "<p>The user is a member of an organization in the enterprise.</p>"
|
||||
},
|
||||
{
|
||||
"name": "OWNER",
|
||||
"description": "<p>The user is an owner of the enterprise membership.</p>"
|
||||
"description": "<p>The user is an owner of an organization in the enterprise.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -46712,6 +46712,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "squashPrTitleUsedAsDefault",
|
||||
"description": "<p>Whether a squash merge commit can use the pull request title as default.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "sshUrl",
|
||||
"description": "<p>The SSH URL to clone this repository.</p>",
|
||||
@@ -60566,11 +60574,11 @@
|
||||
"values": [
|
||||
{
|
||||
"name": "MEMBER",
|
||||
"description": "<p>The user is a member of the enterprise membership.</p>"
|
||||
"description": "<p>The user is a member of an organization in the enterprise.</p>"
|
||||
},
|
||||
{
|
||||
"name": "OWNER",
|
||||
"description": "<p>The user is an owner of the enterprise membership.</p>"
|
||||
"description": "<p>The user is an owner of an organization in the enterprise.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -52967,6 +52967,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "squashPrTitleUsedAsDefault",
|
||||
"description": "<p>Whether a squash merge commit can use the pull request title as default.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "sshUrl",
|
||||
"description": "<p>The SSH URL to clone this repository.</p>",
|
||||
@@ -69165,6 +69173,10 @@
|
||||
{
|
||||
"name": "RUBYGEMS",
|
||||
"description": "<p>Ruby gems hosted at RubyGems.org.</p>"
|
||||
},
|
||||
{
|
||||
"name": "RUST",
|
||||
"description": "<p>Rust crates.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -69622,11 +69634,11 @@
|
||||
"values": [
|
||||
{
|
||||
"name": "MEMBER",
|
||||
"description": "<p>The user is a member of the enterprise membership.</p>"
|
||||
"description": "<p>The user is a member of an organization in the enterprise.</p>"
|
||||
},
|
||||
{
|
||||
"name": "OWNER",
|
||||
"description": "<p>The user is an owner of the enterprise membership.</p>"
|
||||
"description": "<p>The user is an owner of an organization in the enterprise.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user