1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Action ran graphql script"update-files"

This commit is contained in:
rachmari
2021-11-18 16:40:05 +00:00
committed by GitHub
parent b828ad58fe
commit 162badfa10
9 changed files with 422 additions and 6 deletions

View File

@@ -1,4 +1,21 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"Type `RequiredStatusCheckDescription` was added",
"Type `RequiredStatusCheckInput` was added",
"Field `requiredStatusChecks` was added to object type `BranchProtectionRule`",
"Input field `requiredStatusChecks` was added to input object type `CreateBranchProtectionRuleInput`",
"Input field `requiredStatusChecks` was added to input object type `UpdateBranchProtectionRuleInput`"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2021-11-18"
},
{
"schemaChanges": [
{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -8547,6 +8547,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusChecks",
"description": "<p>List of required status checks that must pass for commits to be accepted to matching branches.</p>",
"type": "[RequiredStatusCheckDescription!]",
"id": "requiredstatuscheckdescription",
"kind": "objects",
"href": "/graphql/reference/objects#requiredstatuscheckdescription"
},
{
"name": "requiresApprovingReviews",
"description": "<p>Are approving reviews required to update matching branches.</p>",
@@ -52093,6 +52101,31 @@
}
]
},
{
"name": "RequiredStatusCheckDescription",
"kind": "objects",
"id": "requiredstatuscheckdescription",
"href": "/graphql/reference/objects#requiredstatuscheckdescription",
"description": "<p>Represents a required status check for a protected branch, but not any specific run of that check.</p>",
"fields": [
{
"name": "app",
"description": "<p>The App that must provide this status in order for it to be accepted.</p>",
"type": "App",
"id": "app",
"kind": "objects",
"href": "/graphql/reference/objects#app"
},
{
"name": "context",
"description": "<p>The name of this status.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
]
},
{
"name": "RestrictedContribution",
"kind": "objects",
@@ -73224,6 +73257,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusChecks",
"description": "<p>The list of required status checks.</p>",
"type": "[RequiredStatusCheckInput!]",
"id": "requiredstatuscheckinput",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#requiredstatuscheckinput"
},
{
"name": "requiresApprovingReviews",
"description": "<p>Are approving reviews required to update matching branches.</p>",
@@ -77316,6 +77357,31 @@
}
]
},
{
"name": "RequiredStatusCheckInput",
"kind": "inputObjects",
"id": "requiredstatuscheckinput",
"href": "/graphql/reference/input-objects#requiredstatuscheckinput",
"description": "<p>Specifies the attributes for a new or updated required status check.</p>",
"inputFields": [
{
"name": "appId",
"description": "<p>The ID of the App that must set the status in order for it to be accepted.</p>",
"type": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id"
},
{
"name": "context",
"description": "<p>Status check context that must pass for commits to be accepted to the matching branch.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
]
},
{
"name": "RerequestCheckSuiteInput",
"kind": "inputObjects",
@@ -78429,6 +78495,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusChecks",
"description": "<p>The list of required status checks.</p>",
"type": "[RequiredStatusCheckInput!]",
"id": "requiredstatuscheckinput",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#requiredstatuscheckinput"
},
{
"name": "requiresApprovingReviews",
"description": "<p>Are approving reviews required to update matching branches.</p>",

View File

@@ -7346,6 +7346,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusChecks",
"description": "<p>List of required status checks that must pass for commits to be accepted to matching branches.</p>",
"type": "[RequiredStatusCheckDescription!]",
"id": "requiredstatuscheckdescription",
"kind": "objects",
"href": "/graphql/reference/objects#requiredstatuscheckdescription"
},
{
"name": "requiresApprovingReviews",
"description": "<p>Are approving reviews required to update matching branches.</p>",
@@ -47033,6 +47041,31 @@
}
]
},
{
"name": "RequiredStatusCheckDescription",
"kind": "objects",
"id": "requiredstatuscheckdescription",
"href": "/graphql/reference/objects#requiredstatuscheckdescription",
"description": "<p>Represents a required status check for a protected branch, but not any specific run of that check.</p>",
"fields": [
{
"name": "app",
"description": "<p>The App that must provide this status in order for it to be accepted.</p>",
"type": "App",
"id": "app",
"kind": "objects",
"href": "/graphql/reference/objects#app"
},
{
"name": "context",
"description": "<p>The name of this status.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
]
},
{
"name": "RestrictedContribution",
"kind": "objects",
@@ -64751,6 +64784,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusChecks",
"description": "<p>The list of required status checks.</p>",
"type": "[RequiredStatusCheckInput!]",
"id": "requiredstatuscheckinput",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#requiredstatuscheckinput"
},
{
"name": "requiresApprovingReviews",
"description": "<p>Are approving reviews required to update matching branches.</p>",
@@ -68317,6 +68358,31 @@
}
]
},
{
"name": "RequiredStatusCheckInput",
"kind": "inputObjects",
"id": "requiredstatuscheckinput",
"href": "/graphql/reference/input-objects#requiredstatuscheckinput",
"description": "<p>Specifies the attributes for a new or updated required status check.</p>",
"inputFields": [
{
"name": "appId",
"description": "<p>The ID of the App that must set the status in order for it to be accepted.</p>",
"type": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id"
},
{
"name": "context",
"description": "<p>Status check context that must pass for commits to be accepted to the matching branch.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
]
},
{
"name": "RerequestCheckSuiteInput",
"kind": "inputObjects",
@@ -69013,6 +69079,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusChecks",
"description": "<p>The list of required status checks.</p>",
"type": "[RequiredStatusCheckInput!]",
"id": "requiredstatuscheckinput",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#requiredstatuscheckinput"
},
{
"name": "requiresApprovingReviews",
"description": "<p>Are approving reviews required to update matching branches.</p>",

View File

@@ -8547,6 +8547,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusChecks",
"description": "<p>List of required status checks that must pass for commits to be accepted to matching branches.</p>",
"type": "[RequiredStatusCheckDescription!]",
"id": "requiredstatuscheckdescription",
"kind": "objects",
"href": "/graphql/reference/objects#requiredstatuscheckdescription"
},
{
"name": "requiresApprovingReviews",
"description": "<p>Are approving reviews required to update matching branches.</p>",
@@ -52093,6 +52101,31 @@
}
]
},
{
"name": "RequiredStatusCheckDescription",
"kind": "objects",
"id": "requiredstatuscheckdescription",
"href": "/graphql/reference/objects#requiredstatuscheckdescription",
"description": "<p>Represents a required status check for a protected branch, but not any specific run of that check.</p>",
"fields": [
{
"name": "app",
"description": "<p>The App that must provide this status in order for it to be accepted.</p>",
"type": "App",
"id": "app",
"kind": "objects",
"href": "/graphql/reference/objects#app"
},
{
"name": "context",
"description": "<p>The name of this status.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
]
},
{
"name": "RestrictedContribution",
"kind": "objects",
@@ -73224,6 +73257,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusChecks",
"description": "<p>The list of required status checks.</p>",
"type": "[RequiredStatusCheckInput!]",
"id": "requiredstatuscheckinput",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#requiredstatuscheckinput"
},
{
"name": "requiresApprovingReviews",
"description": "<p>Are approving reviews required to update matching branches.</p>",
@@ -77316,6 +77357,31 @@
}
]
},
{
"name": "RequiredStatusCheckInput",
"kind": "inputObjects",
"id": "requiredstatuscheckinput",
"href": "/graphql/reference/input-objects#requiredstatuscheckinput",
"description": "<p>Specifies the attributes for a new or updated required status check.</p>",
"inputFields": [
{
"name": "appId",
"description": "<p>The ID of the App that must set the status in order for it to be accepted.</p>",
"type": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id"
},
{
"name": "context",
"description": "<p>Status check context that must pass for commits to be accepted to the matching branch.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
]
},
{
"name": "RerequestCheckSuiteInput",
"kind": "inputObjects",
@@ -78429,6 +78495,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "requiredStatusChecks",
"description": "<p>The list of required status checks.</p>",
"type": "[RequiredStatusCheckInput!]",
"id": "requiredstatuscheckinput",
"kind": "input-objects",
"href": "/graphql/reference/input-objects#requiredstatuscheckinput"
},
{
"name": "requiresApprovingReviews",
"description": "<p>Are approving reviews required to update matching branches.</p>",