Skip to content

Commit

Permalink
Merge pull request github#29341 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 23, 2023
2 parents 6048e94 + 08f5fae commit 799fa6d
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/graphql/ghae/schema.docs-ghae.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -25658,6 +25658,11 @@ type PermissionSource {
"""
permission: DefaultRepositoryPermissionField!

"""
The name of the role this source has granted to the user.
"""
roleName: String

"""
The source of this permission.
"""
Expand Down
5 changes: 5 additions & 0 deletions data/graphql/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -30046,6 +30046,11 @@ type PermissionSource {
"""
permission: DefaultRepositoryPermissionField!

"""
The name of the role this source has granted to the user.
"""
roleName: String

"""
The source of this permission.
"""
Expand Down
5 changes: 5 additions & 0 deletions data/graphql/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -30046,6 +30046,11 @@ type PermissionSource {
"""
permission: DefaultRepositoryPermissionField!

"""
The name of the role this source has granted to the user.
"""
roleName: String

"""
The source of this permission.
"""
Expand Down
13 changes: 13 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>roleName</code> was added to object type <code>PermissionSource</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-10-23"
},
{
"schemaChanges": [
{
Expand Down
8 changes: 8 additions & 0 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -42027,6 +42027,14 @@
"kind": "enums",
"href": "/graphql/reference/enums#defaultrepositorypermissionfield"
},
{
"name": "roleName",
"description": "<p>The name of the role this source has granted to the user.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "source",
"description": "<p>The source of this permission.</p>",
Expand Down
8 changes: 8 additions & 0 deletions src/graphql/data/ghae/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35906,6 +35906,14 @@
"kind": "enums",
"href": "/graphql/reference/enums#defaultrepositorypermissionfield"
},
{
"name": "roleName",
"description": "<p>The name of the role this source has granted to the user.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "source",
"description": "<p>The source of this permission.</p>",
Expand Down
8 changes: 8 additions & 0 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -42027,6 +42027,14 @@
"kind": "enums",
"href": "/graphql/reference/enums#defaultrepositorypermissionfield"
},
{
"name": "roleName",
"description": "<p>The name of the role this source has granted to the user.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "source",
"description": "<p>The source of this permission.</p>",
Expand Down

0 comments on commit 799fa6d

Please sign in to comment.