1
0
mirror of synced 2025-12-22 11:26:57 -05:00

GraphQL schema update (#50676)

Co-authored-by: rachmari <9831992+rachmari@users.noreply.github.com>
This commit is contained in:
docs-bot
2024-05-17 09:33:08 -07:00
committed by GitHub
parent 98dab9a56e
commit 08aa40e77f
5 changed files with 31 additions and 0 deletions

View File

@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Enum value 'BRANCH_POLICY<code>was added to enum</code>DeploymentProtectionRuleType'</p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2024-05-17"
},
{
"schemaChanges": [
{

View File

@@ -10557,6 +10557,11 @@ type DeploymentProtectionRuleEdge {
The possible protection rule types.
"""
enum DeploymentProtectionRuleType {
"""
Branch policy
"""
BRANCH_POLICY
"""
Required reviewers
"""

View File

@@ -82364,6 +82364,10 @@
"href": "/graphql/reference/enums#deploymentprotectionruletype",
"description": "<p>The possible protection rule types.</p>",
"values": [
{
"name": "BRANCH_POLICY",
"description": "<p>Branch policy.</p>"
},
{
"name": "REQUIRED_REVIEWERS",
"description": "<p>Required reviewers.</p>"

View File

@@ -10557,6 +10557,11 @@ type DeploymentProtectionRuleEdge {
The possible protection rule types.
"""
enum DeploymentProtectionRuleType {
"""
Branch policy
"""
BRANCH_POLICY
"""
Required reviewers
"""

View File

@@ -82364,6 +82364,10 @@
"href": "/graphql/reference/enums#deploymentprotectionruletype",
"description": "<p>The possible protection rule types.</p>",
"values": [
{
"name": "BRANCH_POLICY",
"description": "<p>Branch policy.</p>"
},
{
"name": "REQUIRED_REVIEWERS",
"description": "<p>Required reviewers.</p>"