Skip to content

Commit f55cff4

Browse files
authored
Action ran graphql script"update-files"
1 parent 71e151d commit f55cff4

5 files changed

Lines changed: 22 additions & 22 deletions

File tree

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15337,7 +15337,7 @@ type Mutation {
1533715337
): UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload
1533815338

1533915339
"""
15340-
Sets the default repository permission for organizations in an enterprise.
15340+
Sets the base repository permission for organizations in an enterprise.
1534115341
"""
1534215342
updateEnterpriseDefaultRepositoryPermissionSetting(
1534315343
"""
@@ -35348,12 +35348,12 @@ input UpdateEnterpriseDefaultRepositoryPermissionSettingInput {
3534835348
clientMutationId: String
3534935349

3535035350
"""
35351-
The ID of the enterprise on which to set the default repository permission setting.
35351+
The ID of the enterprise on which to set the base repository permission setting.
3535235352
"""
3535335353
enterpriseId: ID! @possibleTypes(concreteTypes: ["Enterprise"])
3535435354

3535535355
"""
35356-
The value for the default repository permission setting on the enterprise.
35356+
The value for the base repository permission setting on the enterprise.
3535735357
"""
3535835358
settingValue: EnterpriseDefaultRepositoryPermissionSettingValue!
3535935359
}
@@ -35368,12 +35368,12 @@ type UpdateEnterpriseDefaultRepositoryPermissionSettingPayload {
3536835368
clientMutationId: String
3536935369

3537035370
"""
35371-
The enterprise with the updated default repository permission setting.
35371+
The enterprise with the updated base repository permission setting.
3537235372
"""
3537335373
enterprise: Enterprise
3537435374

3537535375
"""
35376-
A message confirming the result of updating the default repository permission setting.
35376+
A message confirming the result of updating the base repository permission setting.
3537735377
"""
3537835378
message: String
3537935379
}

data/graphql/schema.docs.graphql

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16482,7 +16482,7 @@ type Mutation {
1648216482
): UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload
1648316483

1648416484
"""
16485-
Sets the default repository permission for organizations in an enterprise.
16485+
Sets the base repository permission for organizations in an enterprise.
1648616486
"""
1648716487
updateEnterpriseDefaultRepositoryPermissionSetting(
1648816488
"""
@@ -38364,12 +38364,12 @@ input UpdateEnterpriseDefaultRepositoryPermissionSettingInput {
3836438364
clientMutationId: String
3836538365

3836638366
"""
38367-
The ID of the enterprise on which to set the default repository permission setting.
38367+
The ID of the enterprise on which to set the base repository permission setting.
3836838368
"""
3836938369
enterpriseId: ID! @possibleTypes(concreteTypes: ["Enterprise"])
3837038370

3837138371
"""
38372-
The value for the default repository permission setting on the enterprise.
38372+
The value for the base repository permission setting on the enterprise.
3837338373
"""
3837438374
settingValue: EnterpriseDefaultRepositoryPermissionSettingValue!
3837538375
}
@@ -38384,12 +38384,12 @@ type UpdateEnterpriseDefaultRepositoryPermissionSettingPayload {
3838438384
clientMutationId: String
3838538385

3838638386
"""
38387-
The enterprise with the updated default repository permission setting.
38387+
The enterprise with the updated base repository permission setting.
3838838388
"""
3838938389
enterprise: Enterprise
3839038390

3839138391
"""
38392-
A message confirming the result of updating the default repository permission setting.
38392+
A message confirming the result of updating the base repository permission setting.
3839338393
"""
3839438394
message: String
3839538395
}

lib/graphql/static/prerendered-input-objects.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/graphql/static/schema-dotcom.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4884,7 +4884,7 @@
48844884
"kind": "mutations",
48854885
"id": "updateenterprisedefaultrepositorypermissionsetting",
48864886
"href": "/graphql/reference/mutations#updateenterprisedefaultrepositorypermissionsetting",
4887-
"description": "<p>Sets the default repository permission for organizations in an enterprise.</p>",
4887+
"description": "<p>Sets the base repository permission for organizations in an enterprise.</p>",
48884888
"inputFields": [
48894889
{
48904890
"name": "input",
@@ -4909,15 +4909,15 @@
49094909
"id": "enterprise",
49104910
"kind": "objects",
49114911
"href": "/graphql/reference/objects#enterprise",
4912-
"description": "<p>The enterprise with the updated default repository permission setting.</p>"
4912+
"description": "<p>The enterprise with the updated base repository permission setting.</p>"
49134913
},
49144914
{
49154915
"name": "message",
49164916
"type": "String",
49174917
"id": "string",
49184918
"kind": "scalars",
49194919
"href": "/graphql/reference/scalars#string",
4920-
"description": "<p>A message confirming the result of updating the default repository permission setting.</p>"
4920+
"description": "<p>A message confirming the result of updating the base repository permission setting.</p>"
49214921
}
49224922
]
49234923
},
@@ -70129,7 +70129,7 @@
7012970129
},
7013070130
{
7013170131
"name": "enterpriseId",
70132-
"description": "<p>The ID of the enterprise on which to set the default repository permission setting.</p>",
70132+
"description": "<p>The ID of the enterprise on which to set the base repository permission setting.</p>",
7013370133
"type": "ID!",
7013470134
"id": "id",
7013570135
"kind": "scalars",
@@ -70138,7 +70138,7 @@
7013870138
},
7013970139
{
7014070140
"name": "settingValue",
70141-
"description": "<p>The value for the default repository permission setting on the enterprise.</p>",
70141+
"description": "<p>The value for the base repository permission setting on the enterprise.</p>",
7014270142
"type": "EnterpriseDefaultRepositoryPermissionSettingValue!",
7014370143
"id": "enterprisedefaultrepositorypermissionsettingvalue",
7014470144
"kind": "enums",

lib/graphql/static/schema-ghae.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4071,7 +4071,7 @@
40714071
"kind": "mutations",
40724072
"id": "updateenterprisedefaultrepositorypermissionsetting",
40734073
"href": "/graphql/reference/mutations#updateenterprisedefaultrepositorypermissionsetting",
4074-
"description": "<p>Sets the default repository permission for organizations in an enterprise.</p>",
4074+
"description": "<p>Sets the base repository permission for organizations in an enterprise.</p>",
40754075
"inputFields": [
40764076
{
40774077
"name": "input",
@@ -4096,15 +4096,15 @@
40964096
"id": "enterprise",
40974097
"kind": "objects",
40984098
"href": "/graphql/reference/objects#enterprise",
4099-
"description": "<p>The enterprise with the updated default repository permission setting.</p>"
4099+
"description": "<p>The enterprise with the updated base repository permission setting.</p>"
41004100
},
41014101
{
41024102
"name": "message",
41034103
"type": "String",
41044104
"id": "string",
41054105
"kind": "scalars",
41064106
"href": "/graphql/reference/scalars#string",
4107-
"description": "<p>A message confirming the result of updating the default repository permission setting.</p>"
4107+
"description": "<p>A message confirming the result of updating the base repository permission setting.</p>"
41084108
}
41094109
]
41104110
},
@@ -64960,7 +64960,7 @@
6496064960
},
6496164961
{
6496264962
"name": "enterpriseId",
64963-
"description": "<p>The ID of the enterprise on which to set the default repository permission setting.</p>",
64963+
"description": "<p>The ID of the enterprise on which to set the base repository permission setting.</p>",
6496464964
"type": "ID!",
6496564965
"id": "id",
6496664966
"kind": "scalars",
@@ -64969,7 +64969,7 @@
6496964969
},
6497064970
{
6497164971
"name": "settingValue",
64972-
"description": "<p>The value for the default repository permission setting on the enterprise.</p>",
64972+
"description": "<p>The value for the base repository permission setting on the enterprise.</p>",
6497364973
"type": "EnterpriseDefaultRepositoryPermissionSettingValue!",
6497464974
"id": "enterprisedefaultrepositorypermissionsettingvalue",
6497564975
"kind": "enums",

0 commit comments

Comments
 (0)