1
0
mirror of synced 2026-01-10 09:02:35 -05:00

GraphQL schema update (#35229)

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Octomerger Bot
2023-03-01 12:38:45 -08:00
committed by GitHub
parent 76a0408a27
commit 90de7fd34d
7 changed files with 292 additions and 0 deletions

View File

@@ -1,4 +1,23 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>requiredDeploymentEnvironments</code> was added to object type <code>BranchProtectionRule</code></p>",
"<p>Field <code>requiresDeployments</code> was added to object type <code>BranchProtectionRule</code></p>",
"<p>Input field <code>requiredDeploymentEnvironments</code> was added to input object type <code>CreateBranchProtectionRuleInput</code></p>",
"<p>Input field <code>requiresDeployments</code> was added to input object type <code>CreateBranchProtectionRuleInput</code></p>",
"<p>Input field <code>requiredDeploymentEnvironments</code> was added to input object type <code>UpdateBranchProtectionRuleInput</code></p>",
"<p>Input field <code>requiresDeployments</code> was added to input object type <code>UpdateBranchProtectionRuleInput</code></p>",
"<p>Field <code>event</code> was added to object type <code>WorkflowRun</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-03-01"
},
{
"schemaChanges": [
{

View File

@@ -10201,6 +10201,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "requiredDeploymentEnvironments",
"description": "<p>List of required deployment environments that must be deployed successfully to update matching branches.</p>",
"type": "[String]",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusCheckContexts",
"description": "<p>List of required status check contexts that must pass for commits to be accepted to matching branches.</p>",
@@ -10249,6 +10257,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresDeployments",
"description": "<p>Does this branch require deployment to specific environments before merging.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresLinearHistory",
"description": "<p>Are merge commits prohibited from being pushed to this branch.</p>",
@@ -71019,6 +71035,14 @@
}
]
},
{
"name": "event",
"description": "<p>The event that triggered the workflow run.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "pendingDeploymentRequests",
"description": "<p>The pending deployment requests of all check runs in this workflow run.</p>",
@@ -84443,6 +84467,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "requiredDeploymentEnvironments",
"description": "<p>The list of required deployment environments.</p>",
"type": "[String!]",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusCheckContexts",
"description": "<p>List of required status check contexts that must pass for commits to be accepted to matching branches.</p>",
@@ -84491,6 +84523,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresDeployments",
"description": "<p>Are successful deployments required before merging.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresLinearHistory",
"description": "<p>Are merge commits prohibited from being pushed to this branch.</p>",
@@ -91254,6 +91294,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "requiredDeploymentEnvironments",
"description": "<p>The list of required deployment environments.</p>",
"type": "[String!]",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusCheckContexts",
"description": "<p>List of required status check contexts that must pass for commits to be accepted to matching branches.</p>",
@@ -91302,6 +91350,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresDeployments",
"description": "<p>Are successful deployments required before merging.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresLinearHistory",
"description": "<p>Are merge commits prohibited from being pushed to this branch.</p>",

View File

@@ -8160,6 +8160,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "requiredDeploymentEnvironments",
"description": "<p>List of required deployment environments that must be deployed successfully to update matching branches.</p>",
"type": "[String]",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusCheckContexts",
"description": "<p>List of required status check contexts that must pass for commits to be accepted to matching branches.</p>",
@@ -8208,6 +8216,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresDeployments",
"description": "<p>Does this branch require deployment to specific environments before merging.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresLinearHistory",
"description": "<p>Are merge commits prohibited from being pushed to this branch.</p>",
@@ -59470,6 +59486,14 @@
}
]
},
{
"name": "event",
"description": "<p>The event that triggered the workflow run.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "pendingDeploymentRequests",
"description": "<p>The pending deployment requests of all check runs in this workflow run.</p>",
@@ -69309,6 +69333,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "requiredDeploymentEnvironments",
"description": "<p>The list of required deployment environments.</p>",
"type": "[String!]",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusCheckContexts",
"description": "<p>List of required status check contexts that must pass for commits to be accepted to matching branches.</p>",
@@ -69357,6 +69389,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresDeployments",
"description": "<p>Are successful deployments required before merging.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresLinearHistory",
"description": "<p>Are merge commits prohibited from being pushed to this branch.</p>",
@@ -74230,6 +74270,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "requiredDeploymentEnvironments",
"description": "<p>The list of required deployment environments.</p>",
"type": "[String!]",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusCheckContexts",
"description": "<p>List of required status check contexts that must pass for commits to be accepted to matching branches.</p>",
@@ -74278,6 +74326,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresDeployments",
"description": "<p>Are successful deployments required before merging.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresLinearHistory",
"description": "<p>Are merge commits prohibited from being pushed to this branch.</p>",

View File

@@ -10201,6 +10201,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "requiredDeploymentEnvironments",
"description": "<p>List of required deployment environments that must be deployed successfully to update matching branches.</p>",
"type": "[String]",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusCheckContexts",
"description": "<p>List of required status check contexts that must pass for commits to be accepted to matching branches.</p>",
@@ -10249,6 +10257,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresDeployments",
"description": "<p>Does this branch require deployment to specific environments before merging.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresLinearHistory",
"description": "<p>Are merge commits prohibited from being pushed to this branch.</p>",
@@ -71019,6 +71035,14 @@
}
]
},
{
"name": "event",
"description": "<p>The event that triggered the workflow run.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "pendingDeploymentRequests",
"description": "<p>The pending deployment requests of all check runs in this workflow run.</p>",
@@ -84443,6 +84467,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "requiredDeploymentEnvironments",
"description": "<p>The list of required deployment environments.</p>",
"type": "[String!]",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusCheckContexts",
"description": "<p>List of required status check contexts that must pass for commits to be accepted to matching branches.</p>",
@@ -84491,6 +84523,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresDeployments",
"description": "<p>Are successful deployments required before merging.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresLinearHistory",
"description": "<p>Are merge commits prohibited from being pushed to this branch.</p>",
@@ -91254,6 +91294,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "requiredDeploymentEnvironments",
"description": "<p>The list of required deployment environments.</p>",
"type": "[String!]",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusCheckContexts",
"description": "<p>List of required status check contexts that must pass for commits to be accepted to matching branches.</p>",
@@ -91302,6 +91350,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresDeployments",
"description": "<p>Are successful deployments required before merging.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "requiresLinearHistory",
"description": "<p>Are merge commits prohibited from being pushed to this branch.</p>",