Skip to content

Commit

Permalink
Merge pull request #31096 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot committed Jan 15, 2024
2 parents 3c83ce0 + b164a14 commit fd05f81
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/graphql/ghae/schema.docs-ghae.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -32750,7 +32750,7 @@ type Release implements Node & Reactable & UniformResourceLocatable {
last: Int

"""
A list of names to filter the assets by.
A name to filter the assets by.
"""
name: String
): ReleaseAssetConnection!
Expand Down
2 changes: 1 addition & 1 deletion data/graphql/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -39725,7 +39725,7 @@ type Release implements Node & Reactable & UniformResourceLocatable {
last: Int

"""
A list of names to filter the assets by.
A name to filter the assets by.
"""
name: String
): ReleaseAssetConnection!
Expand Down
2 changes: 1 addition & 1 deletion data/graphql/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -39725,7 +39725,7 @@ type Release implements Node & Reactable & UniformResourceLocatable {
last: Int

"""
A list of names to filter the assets by.
A name to filter the assets by.
"""
name: String
): ReleaseAssetConnection!
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -54644,7 +54644,7 @@
},
{
"name": "name",
"description": "<p>A list of names to filter the assets by.</p>",
"description": "<p>A name to filter the assets by.</p>",
"type": {
"name": "String",
"id": "string",
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/data/ghae/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45371,7 +45371,7 @@
},
{
"name": "name",
"description": "<p>A list of names to filter the assets by.</p>",
"description": "<p>A name to filter the assets by.</p>",
"type": {
"name": "String",
"id": "string",
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -54644,7 +54644,7 @@
},
{
"name": "name",
"description": "<p>A list of names to filter the assets by.</p>",
"description": "<p>A name to filter the assets by.</p>",
"type": {
"name": "String",
"id": "string",
Expand Down

0 comments on commit fd05f81

Please sign in to comment.