1
0
mirror of synced 2026-01-10 00:03:04 -05:00

Merge pull request #24987 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-04-11 16:34:41 -04:00
committed by GitHub
7 changed files with 104 additions and 12 deletions

View File

@@ -33508,6 +33508,11 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
"""
allowUpdateBranch: Boolean!
"""
Identifies the date and time when the repository was archived.
"""
archivedAt: DateTime
"""
A list of users that can be assigned to issues in this repository.
"""
@@ -34554,7 +34559,7 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
): PullRequestConnection!
"""
Identifies when the repository was last pushed to.
Identifies the date and time when the repository was last pushed to.
"""
pushedAt: DateTime
@@ -35281,6 +35286,11 @@ type RepositoryEdge {
A subset of repository info.
"""
interface RepositoryInfo {
"""
Identifies the date and time when the repository was archived.
"""
archivedAt: DateTime
"""
Identifies the date and time when the object was created.
"""
@@ -35402,7 +35412,7 @@ interface RepositoryInfo {
owner: RepositoryOwner!
"""
Identifies when the repository was last pushed to.
Identifies the date and time when the repository was last pushed to.
"""
pushedAt: DateTime

View File

@@ -40234,6 +40234,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
"""
allowUpdateBranch: Boolean!
"""
Identifies the date and time when the repository was archived.
"""
archivedAt: DateTime
"""
A list of users that can be assigned to issues in this repository.
"""
@@ -41375,7 +41380,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
): PullRequestConnection!
"""
Identifies when the repository was last pushed to.
Identifies the date and time when the repository was last pushed to.
"""
pushedAt: DateTime
@@ -42127,6 +42132,11 @@ type RepositoryEdge {
A subset of repository info.
"""
interface RepositoryInfo {
"""
Identifies the date and time when the repository was archived.
"""
archivedAt: DateTime
"""
Identifies the date and time when the object was created.
"""
@@ -42243,7 +42253,7 @@ interface RepositoryInfo {
owner: RepositoryOwner!
"""
Identifies when the repository was last pushed to.
Identifies the date and time when the repository was last pushed to.
"""
pushedAt: DateTime

View File

@@ -40234,6 +40234,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
"""
allowUpdateBranch: Boolean!
"""
Identifies the date and time when the repository was archived.
"""
archivedAt: DateTime
"""
A list of users that can be assigned to issues in this repository.
"""
@@ -41375,7 +41380,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
): PullRequestConnection!
"""
Identifies when the repository was last pushed to.
Identifies the date and time when the repository was last pushed to.
"""
pushedAt: DateTime
@@ -42127,6 +42132,11 @@ type RepositoryEdge {
A subset of repository info.
"""
interface RepositoryInfo {
"""
Identifies the date and time when the repository was archived.
"""
archivedAt: DateTime
"""
Identifies the date and time when the object was created.
"""
@@ -42243,7 +42253,7 @@ interface RepositoryInfo {
owner: RepositoryOwner!
"""
Identifies when the repository was last pushed to.
Identifies the date and time when the repository was last pushed to.
"""
pushedAt: DateTime

View File

@@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>archivedAt</code> was added to object type <code>Repository</code></p>",
"<p>Field <code>archivedAt</code> was added to interface <code>RepositoryInfo</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-04-11"
},
{
"schemaChanges": [
{

View File

@@ -55494,6 +55494,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "archivedAt",
"description": "<p>Identifies the date and time when the repository was archived.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "assignableUsers",
"description": "<p>A list of users that can be assigned to issues in this repository.</p>",
@@ -57690,7 +57698,7 @@
},
{
"name": "pushedAt",
"description": "<p>Identifies when the repository was last pushed to.</p>",
"description": "<p>Identifies the date and time when the repository was last pushed to.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
@@ -73993,6 +74001,14 @@
"href": "/graphql/reference/interfaces#repositoryinfo",
"description": "<p>A subset of repository info.</p>",
"fields": [
{
"name": "archivedAt",
"description": "<p>Identifies the date and time when the repository was archived.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "createdAt",
"description": "<p>Identifies the date and time when the object was created.</p>",
@@ -74179,7 +74195,7 @@
},
{
"name": "pushedAt",
"description": "<p>Identifies when the repository was last pushed to.</p>",
"description": "<p>Identifies the date and time when the repository was last pushed to.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",

View File

@@ -46706,6 +46706,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "archivedAt",
"description": "<p>Identifies the date and time when the repository was archived.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "assignableUsers",
"description": "<p>A list of users that can be assigned to issues in this repository.</p>",
@@ -48714,7 +48722,7 @@
},
{
"name": "pushedAt",
"description": "<p>Identifies when the repository was last pushed to.</p>",
"description": "<p>Identifies the date and time when the repository was last pushed to.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
@@ -62007,6 +62015,14 @@
"href": "/graphql/reference/interfaces#repositoryinfo",
"description": "<p>A subset of repository info.</p>",
"fields": [
{
"name": "archivedAt",
"description": "<p>Identifies the date and time when the repository was archived.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "createdAt",
"description": "<p>Identifies the date and time when the object was created.</p>",
@@ -62201,7 +62217,7 @@
},
{
"name": "pushedAt",
"description": "<p>Identifies when the repository was last pushed to.</p>",
"description": "<p>Identifies the date and time when the repository was last pushed to.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",

View File

@@ -55494,6 +55494,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "archivedAt",
"description": "<p>Identifies the date and time when the repository was archived.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "assignableUsers",
"description": "<p>A list of users that can be assigned to issues in this repository.</p>",
@@ -57690,7 +57698,7 @@
},
{
"name": "pushedAt",
"description": "<p>Identifies when the repository was last pushed to.</p>",
"description": "<p>Identifies the date and time when the repository was last pushed to.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
@@ -73993,6 +74001,14 @@
"href": "/graphql/reference/interfaces#repositoryinfo",
"description": "<p>A subset of repository info.</p>",
"fields": [
{
"name": "archivedAt",
"description": "<p>Identifies the date and time when the repository was archived.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "createdAt",
"description": "<p>Identifies the date and time when the object was created.</p>",
@@ -74179,7 +74195,7 @@
},
{
"name": "pushedAt",
"description": "<p>Identifies when the repository was last pushed to.</p>",
"description": "<p>Identifies the date and time when the repository was last pushed to.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",