Action ran graphql script"update-files"

This commit is contained in:
rachmari 2021-12-11 16:34:56 +00:00 коммит произвёл GitHub
Родитель d121356c50
Коммит 6ef67adee0
8 изменённых файлов: 314 добавлений и 3 удалений

Просмотреть файл

@ -5162,6 +5162,27 @@ type ConvertedNoteToIssueEvent implements Node {
projectColumnName: String! @preview(toggledBy: "starfox-preview")
}
"""
Represents a 'converted_to_discussion' event on a given issue.
"""
type ConvertedToDiscussionEvent implements Node {
"""
Identifies the actor who performed the event.
"""
actor: Actor
"""
Identifies the date and time when the object was created.
"""
createdAt: DateTime!
"""
The discussion that the issue was converted into.
"""
discussion: Discussion
id: ID!
}
"""
Autogenerated input type of CreateBranchProtectionRule
"""
@ -14246,6 +14267,7 @@ union IssueTimelineItems =
| CommentDeletedEvent
| ConnectedEvent
| ConvertedNoteToIssueEvent
| ConvertedToDiscussionEvent
| CrossReferencedEvent
| DemilestonedEvent
| DisconnectedEvent
@ -14360,6 +14382,11 @@ enum IssueTimelineItemsItemType {
"""
CONVERTED_NOTE_TO_ISSUE_EVENT
"""
Represents a 'converted_to_discussion' event on a given issue.
"""
CONVERTED_TO_DISCUSSION_EVENT
"""
Represents a mention made by one issue or pull request to another.
"""
@ -26093,6 +26120,7 @@ union PullRequestTimelineItems =
| ConnectedEvent
| ConvertToDraftEvent
| ConvertedNoteToIssueEvent
| ConvertedToDiscussionEvent
| CrossReferencedEvent
| DemilestonedEvent
| DeployedEvent
@ -26267,6 +26295,11 @@ enum PullRequestTimelineItemsItemType {
"""
CONVERTED_NOTE_TO_ISSUE_EVENT
"""
Represents a 'converted_to_discussion' event on a given issue.
"""
CONVERTED_TO_DISCUSSION_EVENT
"""
Represents a 'convert_to_draft' event on a given pull request.
"""

Просмотреть файл

@ -5399,6 +5399,27 @@ type ConvertedNoteToIssueEvent implements Node {
projectColumnName: String! @preview(toggledBy: "starfox-preview")
}
"""
Represents a 'converted_to_discussion' event on a given issue.
"""
type ConvertedToDiscussionEvent implements Node {
"""
Identifies the actor who performed the event.
"""
actor: Actor
"""
Identifies the date and time when the object was created.
"""
createdAt: DateTime!
"""
The discussion that the issue was converted into.
"""
discussion: Discussion
id: ID!
}
"""
Autogenerated input type of CreateBranchProtectionRule
"""
@ -15194,6 +15215,7 @@ union IssueTimelineItems =
| CommentDeletedEvent
| ConnectedEvent
| ConvertedNoteToIssueEvent
| ConvertedToDiscussionEvent
| CrossReferencedEvent
| DemilestonedEvent
| DisconnectedEvent
@ -15308,6 +15330,11 @@ enum IssueTimelineItemsItemType {
"""
CONVERTED_NOTE_TO_ISSUE_EVENT
"""
Represents a 'converted_to_discussion' event on a given issue.
"""
CONVERTED_TO_DISCUSSION_EVENT
"""
Represents a mention made by one issue or pull request to another.
"""
@ -29154,6 +29181,7 @@ union PullRequestTimelineItems =
| ConnectedEvent
| ConvertToDraftEvent
| ConvertedNoteToIssueEvent
| ConvertedToDiscussionEvent
| CrossReferencedEvent
| DemilestonedEvent
| DeployedEvent
@ -29328,6 +29356,11 @@ enum PullRequestTimelineItemsItemType {
"""
CONVERTED_NOTE_TO_ISSUE_EVENT
"""
Represents a 'converted_to_discussion' event on a given issue.
"""
CONVERTED_TO_DISCUSSION_EVENT
"""
Represents a 'convert_to_draft' event on a given pull request.
"""

Просмотреть файл

@ -5399,6 +5399,27 @@ type ConvertedNoteToIssueEvent implements Node {
projectColumnName: String! @preview(toggledBy: "starfox-preview")
}
"""
Represents a 'converted_to_discussion' event on a given issue.
"""
type ConvertedToDiscussionEvent implements Node {
"""
Identifies the actor who performed the event.
"""
actor: Actor
"""
Identifies the date and time when the object was created.
"""
createdAt: DateTime!
"""
The discussion that the issue was converted into.
"""
discussion: Discussion
id: ID!
}
"""
Autogenerated input type of CreateBranchProtectionRule
"""
@ -15194,6 +15215,7 @@ union IssueTimelineItems =
| CommentDeletedEvent
| ConnectedEvent
| ConvertedNoteToIssueEvent
| ConvertedToDiscussionEvent
| CrossReferencedEvent
| DemilestonedEvent
| DisconnectedEvent
@ -15308,6 +15330,11 @@ enum IssueTimelineItemsItemType {
"""
CONVERTED_NOTE_TO_ISSUE_EVENT
"""
Represents a 'converted_to_discussion' event on a given issue.
"""
CONVERTED_TO_DISCUSSION_EVENT
"""
Represents a mention made by one issue or pull request to another.
"""
@ -29154,6 +29181,7 @@ union PullRequestTimelineItems =
| ConnectedEvent
| ConvertToDraftEvent
| ConvertedNoteToIssueEvent
| ConvertedToDiscussionEvent
| CrossReferencedEvent
| DemilestonedEvent
| DeployedEvent
@ -29328,6 +29356,11 @@ enum PullRequestTimelineItemsItemType {
"""
CONVERTED_NOTE_TO_ISSUE_EVENT
"""
Represents a 'converted_to_discussion' event on a given issue.
"""
CONVERTED_TO_DISCUSSION_EVENT
"""
Represents a 'convert_to_draft' event on a given pull request.
"""

Просмотреть файл

@ -1,4 +1,21 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"Type `ConvertedToDiscussionEvent` was added",
"Member `ConvertedToDiscussionEvent` was added to Union type `IssueTimelineItems`",
"Enum value 'CONVERTED_TO_DISCUSSION_EVENT` was added to enum `IssueTimelineItemsItemType'",
"Member `ConvertedToDiscussionEvent` was added to Union type `PullRequestTimelineItems`",
"Enum value 'CONVERTED_TO_DISCUSSION_EVENT` was added to enum `PullRequestTimelineItemsItemType'"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2021-12-11"
},
{
"schemaChanges": [
{

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -13086,6 +13086,46 @@
}
]
},
{
"name": "ConvertedToDiscussionEvent",
"kind": "objects",
"id": "convertedtodiscussionevent",
"href": "/graphql/reference/objects#convertedtodiscussionevent",
"description": "<p>Represents a<code>converted_to_discussion</code>event on a given issue.</p>",
"implements": [
{
"name": "Node",
"id": "node",
"href": "/graphql/reference/interfaces#node"
}
],
"fields": [
{
"name": "actor",
"description": "<p>Identifies the actor who performed the event.</p>",
"type": "Actor",
"id": "actor",
"kind": "interfaces",
"href": "/graphql/reference/interfaces#actor"
},
{
"name": "createdAt",
"description": "<p>Identifies the date and time when the object was created.</p>",
"type": "DateTime!",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "discussion",
"description": "<p>The discussion that the issue was converted into.</p>",
"type": "Discussion",
"id": "discussion",
"kind": "objects",
"href": "/graphql/reference/objects#discussion"
}
]
},
{
"name": "CreatedCommitContribution",
"kind": "objects",
@ -67237,6 +67277,10 @@
"name": "CONVERTED_NOTE_TO_ISSUE_EVENT",
"description": "<p>Represents a<code>converted_note_to_issue</code>event on a given issue or pull request.</p>"
},
{
"name": "CONVERTED_TO_DISCUSSION_EVENT",
"description": "<p>Represents a<code>converted_to_discussion</code>event on a given issue.</p>"
},
{
"name": "CROSS_REFERENCED_EVENT",
"description": "<p>Represents a mention made by one issue or pull request to another.</p>"
@ -68465,6 +68509,10 @@
"name": "CONVERTED_NOTE_TO_ISSUE_EVENT",
"description": "<p>Represents a<code>converted_note_to_issue</code>event on a given issue or pull request.</p>"
},
{
"name": "CONVERTED_TO_DISCUSSION_EVENT",
"description": "<p>Represents a<code>converted_to_discussion</code>event on a given issue.</p>"
},
{
"name": "CONVERT_TO_DRAFT_EVENT",
"description": "<p>Represents a<code>convert_to_draft</code>event on a given pull request.</p>"
@ -70299,6 +70347,11 @@
"id": "convertednotetoissueevent",
"href": "/graphql/reference/objects#convertednotetoissueevent"
},
{
"name": "ConvertedToDiscussionEvent",
"id": "convertedtodiscussionevent",
"href": "/graphql/reference/objects#convertedtodiscussionevent"
},
{
"name": "CrossReferencedEvent",
"id": "crossreferencedevent",
@ -71105,6 +71158,11 @@
"id": "convertednotetoissueevent",
"href": "/graphql/reference/objects#convertednotetoissueevent"
},
{
"name": "ConvertedToDiscussionEvent",
"id": "convertedtodiscussionevent",
"href": "/graphql/reference/objects#convertedtodiscussionevent"
},
{
"name": "CrossReferencedEvent",
"id": "crossreferencedevent",

Просмотреть файл

@ -11885,6 +11885,46 @@
}
]
},
{
"name": "ConvertedToDiscussionEvent",
"kind": "objects",
"id": "convertedtodiscussionevent",
"href": "/graphql/reference/objects#convertedtodiscussionevent",
"description": "<p>Represents a<code>converted_to_discussion</code>event on a given issue.</p>",
"implements": [
{
"name": "Node",
"id": "node",
"href": "/graphql/reference/interfaces#node"
}
],
"fields": [
{
"name": "actor",
"description": "<p>Identifies the actor who performed the event.</p>",
"type": "Actor",
"id": "actor",
"kind": "interfaces",
"href": "/graphql/reference/interfaces#actor"
},
{
"name": "createdAt",
"description": "<p>Identifies the date and time when the object was created.</p>",
"type": "DateTime!",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "discussion",
"description": "<p>The discussion that the issue was converted into.</p>",
"type": "Discussion",
"id": "discussion",
"kind": "objects",
"href": "/graphql/reference/objects#discussion"
}
]
},
{
"name": "CreatedCommitContribution",
"kind": "objects",
@ -59533,6 +59573,10 @@
"name": "CONVERTED_NOTE_TO_ISSUE_EVENT",
"description": "<p>Represents a<code>converted_note_to_issue</code>event on a given issue or pull request.</p>"
},
{
"name": "CONVERTED_TO_DISCUSSION_EVENT",
"description": "<p>Represents a<code>converted_to_discussion</code>event on a given issue.</p>"
},
{
"name": "CROSS_REFERENCED_EVENT",
"description": "<p>Represents a mention made by one issue or pull request to another.</p>"
@ -60655,6 +60699,10 @@
"name": "CONVERTED_NOTE_TO_ISSUE_EVENT",
"description": "<p>Represents a<code>converted_note_to_issue</code>event on a given issue or pull request.</p>"
},
{
"name": "CONVERTED_TO_DISCUSSION_EVENT",
"description": "<p>Represents a<code>converted_to_discussion</code>event on a given issue.</p>"
},
{
"name": "CONVERT_TO_DRAFT_EVENT",
"description": "<p>Represents a<code>convert_to_draft</code>event on a given pull request.</p>"
@ -62139,6 +62187,11 @@
"id": "convertednotetoissueevent",
"href": "/graphql/reference/objects#convertednotetoissueevent"
},
{
"name": "ConvertedToDiscussionEvent",
"id": "convertedtodiscussionevent",
"href": "/graphql/reference/objects#convertedtodiscussionevent"
},
{
"name": "CrossReferencedEvent",
"id": "crossreferencedevent",
@ -62926,6 +62979,11 @@
"id": "convertednotetoissueevent",
"href": "/graphql/reference/objects#convertednotetoissueevent"
},
{
"name": "ConvertedToDiscussionEvent",
"id": "convertedtodiscussionevent",
"href": "/graphql/reference/objects#convertedtodiscussionevent"
},
{
"name": "CrossReferencedEvent",
"id": "crossreferencedevent",

Просмотреть файл

@ -13086,6 +13086,46 @@
}
]
},
{
"name": "ConvertedToDiscussionEvent",
"kind": "objects",
"id": "convertedtodiscussionevent",
"href": "/graphql/reference/objects#convertedtodiscussionevent",
"description": "<p>Represents a<code>converted_to_discussion</code>event on a given issue.</p>",
"implements": [
{
"name": "Node",
"id": "node",
"href": "/graphql/reference/interfaces#node"
}
],
"fields": [
{
"name": "actor",
"description": "<p>Identifies the actor who performed the event.</p>",
"type": "Actor",
"id": "actor",
"kind": "interfaces",
"href": "/graphql/reference/interfaces#actor"
},
{
"name": "createdAt",
"description": "<p>Identifies the date and time when the object was created.</p>",
"type": "DateTime!",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "discussion",
"description": "<p>The discussion that the issue was converted into.</p>",
"type": "Discussion",
"id": "discussion",
"kind": "objects",
"href": "/graphql/reference/objects#discussion"
}
]
},
{
"name": "CreatedCommitContribution",
"kind": "objects",
@ -67237,6 +67277,10 @@
"name": "CONVERTED_NOTE_TO_ISSUE_EVENT",
"description": "<p>Represents a<code>converted_note_to_issue</code>event on a given issue or pull request.</p>"
},
{
"name": "CONVERTED_TO_DISCUSSION_EVENT",
"description": "<p>Represents a<code>converted_to_discussion</code>event on a given issue.</p>"
},
{
"name": "CROSS_REFERENCED_EVENT",
"description": "<p>Represents a mention made by one issue or pull request to another.</p>"
@ -68465,6 +68509,10 @@
"name": "CONVERTED_NOTE_TO_ISSUE_EVENT",
"description": "<p>Represents a<code>converted_note_to_issue</code>event on a given issue or pull request.</p>"
},
{
"name": "CONVERTED_TO_DISCUSSION_EVENT",
"description": "<p>Represents a<code>converted_to_discussion</code>event on a given issue.</p>"
},
{
"name": "CONVERT_TO_DRAFT_EVENT",
"description": "<p>Represents a<code>convert_to_draft</code>event on a given pull request.</p>"
@ -70299,6 +70347,11 @@
"id": "convertednotetoissueevent",
"href": "/graphql/reference/objects#convertednotetoissueevent"
},
{
"name": "ConvertedToDiscussionEvent",
"id": "convertedtodiscussionevent",
"href": "/graphql/reference/objects#convertedtodiscussionevent"
},
{
"name": "CrossReferencedEvent",
"id": "crossreferencedevent",
@ -71105,6 +71158,11 @@
"id": "convertednotetoissueevent",
"href": "/graphql/reference/objects#convertednotetoissueevent"
},
{
"name": "ConvertedToDiscussionEvent",
"id": "convertedtodiscussionevent",
"href": "/graphql/reference/objects#convertedtodiscussionevent"
},
{
"name": "CrossReferencedEvent",
"id": "crossreferencedevent",