зеркало из https://github.com/github/docs.git
Action ran graphql script"update-files"
This commit is contained in:
Родитель
8a43540380
Коммит
c91da894ec
|
@ -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>",
|
||||
|
|
Загрузка…
Ссылка в новой задаче