1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Action ran graphql script"update-files"

This commit is contained in:
rachmari
2021-03-21 17:17:34 +00:00
committed by GitHub
parent 74db8085b4
commit c703590a91
6 changed files with 301 additions and 30 deletions

View File

@@ -1,4 +1,25 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"Type `RequirableByPullRequest` was added",
"Field `viewerLatestReview` was added to object type `PullRequest`",
"Field `viewerLatestReviewRequest` was added to object type `PullRequest`",
"`CheckRun` object implements `RequirableByPullRequest` interface",
"Type for argument `pullRequestId` on field `CheckRun.isRequired` changed from `ID!` to `ID`",
"Argument `pullRequestNumber: Int` added to field `CheckRun.isRequired`",
"`StatusContext` object implements `RequirableByPullRequest` interface",
"Type for argument `pullRequestId` on field `StatusContext.isRequired` changed from `ID!` to `ID`",
"Argument `pullRequestNumber: Int` added to field `StatusContext.isRequired`"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2021-03-21"
},
{
"schemaChanges": [
{

File diff suppressed because one or more lines are too long

View File

@@ -8235,6 +8235,11 @@
"id": "node",
"href": "/graphql/reference/interfaces#node"
},
{
"name": "RequirableByPullRequest",
"id": "requirablebypullrequest",
"href": "/graphql/reference/interfaces#requirablebypullrequest"
},
{
"name": "UniformResourceLocatable",
"id": "uniformresourcelocatable",
@@ -8342,7 +8347,7 @@
},
{
"name": "isRequired",
"description": "<p>Whether this check run is required to pass before merging.</p>",
"description": "<p>Whether this is required to pass before merging for a specific pull request.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
@@ -8350,13 +8355,23 @@
"arguments": [
{
"name": "pullRequestId",
"description": "<p>The pull request this check is required for.</p>",
"description": "<p>The id of the pull request this is required for.</p>",
"type": {
"name": "ID!",
"name": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id"
}
},
{
"name": "pullRequestNumber",
"description": "<p>The number of the pull request this is required for.</p>",
"type": {
"name": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
}
]
},
@@ -35509,6 +35524,22 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "viewerLatestReview",
"description": "<p>The latest review given from the viewer.</p>",
"type": "PullRequestReview",
"id": "pullrequestreview",
"kind": "objects",
"href": "/graphql/reference/objects#pullrequestreview"
},
{
"name": "viewerLatestReviewRequest",
"description": "<p>The person who has requested the viewer for review on this pull request.</p>",
"type": "ReviewRequest",
"id": "reviewrequest",
"kind": "objects",
"href": "/graphql/reference/objects#reviewrequest"
},
{
"name": "viewerMergeBodyText",
"description": "<p>The merge body text for the viewer and method.</p>",
@@ -48969,6 +49000,11 @@
"name": "Node",
"id": "node",
"href": "/graphql/reference/interfaces#node"
},
{
"name": "RequirableByPullRequest",
"id": "requirablebypullrequest",
"href": "/graphql/reference/interfaces#requirablebypullrequest"
}
],
"fields": [
@@ -49035,7 +49071,7 @@
},
{
"name": "isRequired",
"description": "<p>Whether this status is required to pass before merging.</p>",
"description": "<p>Whether this is required to pass before merging for a specific pull request.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
@@ -49043,13 +49079,23 @@
"arguments": [
{
"name": "pullRequestId",
"description": "<p>The pull request this status is required for.</p>",
"description": "<p>The id of the pull request this is required for.</p>",
"type": {
"name": "ID!",
"name": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id"
}
},
{
"name": "pullRequestNumber",
"description": "<p>The number of the pull request this is required for.</p>",
"type": {
"name": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
}
]
},
@@ -58123,6 +58169,45 @@
}
]
},
{
"name": "RequirableByPullRequest",
"kind": "interfaces",
"id": "requirablebypullrequest",
"href": "/graphql/reference/interfaces#requirablebypullrequest",
"description": "<p>Represents a type that can be required by a pull request for merging.</p>",
"fields": [
{
"name": "isRequired",
"description": "<p>Whether this is required to pass before merging for a specific pull request.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean",
"arguments": [
{
"name": "pullRequestId",
"description": "<p>The id of the pull request this is required for.</p>",
"type": {
"name": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id"
}
},
{
"name": "pullRequestNumber",
"description": "<p>The number of the pull request this is required for.</p>",
"type": {
"name": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
}
]
}
]
},
{
"name": "Sponsorable",
"kind": "interfaces",

View File

@@ -7422,6 +7422,11 @@
"id": "node",
"href": "/graphql/reference/interfaces#node"
},
{
"name": "RequirableByPullRequest",
"id": "requirablebypullrequest",
"href": "/graphql/reference/interfaces#requirablebypullrequest"
},
{
"name": "UniformResourceLocatable",
"id": "uniformresourcelocatable",
@@ -7529,7 +7534,7 @@
},
{
"name": "isRequired",
"description": "<p>Whether this check run is required to pass before merging.</p>",
"description": "<p>Whether this is required to pass before merging for a specific pull request.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
@@ -7537,13 +7542,23 @@
"arguments": [
{
"name": "pullRequestId",
"description": "<p>The pull request this check is required for.</p>",
"description": "<p>The id of the pull request this is required for.</p>",
"type": {
"name": "ID!",
"name": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id"
}
},
{
"name": "pullRequestNumber",
"description": "<p>The number of the pull request this is required for.</p>",
"type": {
"name": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
}
]
},
@@ -32607,6 +32622,22 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "viewerLatestReview",
"description": "<p>The latest review given from the viewer.</p>",
"type": "PullRequestReview",
"id": "pullrequestreview",
"kind": "objects",
"href": "/graphql/reference/objects#pullrequestreview"
},
{
"name": "viewerLatestReviewRequest",
"description": "<p>The person who has requested the viewer for review on this pull request.</p>",
"type": "ReviewRequest",
"id": "reviewrequest",
"kind": "objects",
"href": "/graphql/reference/objects#reviewrequest"
},
{
"name": "viewerMergeBodyText",
"description": "<p>The merge body text for the viewer and method.</p>",
@@ -45331,6 +45362,11 @@
"name": "Node",
"id": "node",
"href": "/graphql/reference/interfaces#node"
},
{
"name": "RequirableByPullRequest",
"id": "requirablebypullrequest",
"href": "/graphql/reference/interfaces#requirablebypullrequest"
}
],
"fields": [
@@ -45397,7 +45433,7 @@
},
{
"name": "isRequired",
"description": "<p>Whether this status is required to pass before merging.</p>",
"description": "<p>Whether this is required to pass before merging for a specific pull request.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
@@ -45405,13 +45441,23 @@
"arguments": [
{
"name": "pullRequestId",
"description": "<p>The pull request this status is required for.</p>",
"description": "<p>The id of the pull request this is required for.</p>",
"type": {
"name": "ID!",
"name": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id"
}
},
{
"name": "pullRequestNumber",
"description": "<p>The number of the pull request this is required for.</p>",
"type": {
"name": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
}
]
},
@@ -54231,6 +54277,45 @@
}
]
},
{
"name": "RequirableByPullRequest",
"kind": "interfaces",
"id": "requirablebypullrequest",
"href": "/graphql/reference/interfaces#requirablebypullrequest",
"description": "<p>Represents a type that can be required by a pull request for merging.</p>",
"fields": [
{
"name": "isRequired",
"description": "<p>Whether this is required to pass before merging for a specific pull request.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean",
"arguments": [
{
"name": "pullRequestId",
"description": "<p>The id of the pull request this is required for.</p>",
"type": {
"name": "ID",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id"
}
},
{
"name": "pullRequestNumber",
"description": "<p>The number of the pull request this is required for.</p>",
"type": {
"name": "Int",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
}
]
}
]
},
{
"name": "Sponsorable",
"kind": "interfaces",