Action ran graphql script"update-files"

This commit is contained in:
rachmari 2021-08-03 16:36:15 +00:00 коммит произвёл GitHub
Родитель 8a43540380
Коммит c91da894ec
6 изменённых файлов: 41 добавлений и 2 удалений

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

@ -30488,6 +30488,11 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
query: String
): UserConnection!
"""
Whether or not Auto-merge can be enabled on pull requests in this repository.
"""
autoMergeAllowed: Boolean!
"""
A list of branch protection rules for this repository.
"""

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

@ -32941,6 +32941,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & RepositoryInfo &
query: String
): UserConnection!
"""
Whether or not Auto-merge can be enabled on pull requests in this repository.
"""
autoMergeAllowed: Boolean!
"""
A list of branch protection rules for this repository.
"""

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

@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"Field `autoMergeAllowed` was added to object type `Repository`"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2021-08-03"
},
{
"schemaChanges": [
{

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

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

@ -47120,6 +47120,14 @@
}
]
},
{
"name": "autoMergeAllowed",
"description": "<p>Whether or not Auto-merge can be enabled on pull requests in this repository.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "branchProtectionRules",
"description": "<p>A list of branch protection rules for this repository.</p>",

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

@ -43684,6 +43684,14 @@
}
]
},
{
"name": "autoMergeAllowed",
"description": "<p>Whether or not Auto-merge can be enabled on pull requests in this repository.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "branchProtectionRules",
"description": "<p>A list of branch protection rules for this repository.</p>",