Skip to content

Commit 831337b

Browse files
authored
Merge pull request #45789 from github/repo-sync
Repo sync
2 parents a9c2c02 + 2219923 commit 831337b

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

src/ghes-releases/lib/enterprise-dates.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@
277277
},
278278
"3.22": {
279279
"releaseDate": "2026-08-11",
280-
"deprecationDate": "2027-09-01",
280+
"deprecationDate": "2027-09-08",
281281
"releaseCandidateDate": "2026-08-11",
282-
"generalAvailabilityDate": "2026-09-01"
282+
"generalAvailabilityDate": "2026-09-08"
283283
},
284284
"3.23": {
285285
"releaseDate": "2026-11-10",

src/graphql/data/ghes-3.21/schema-enterprise-admin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"name": "createEnterpriseOrganization",
100100
"id": "createenterpriseorganization",
101101
"href": "/graphql/reference/enterprise-admin#mutation-createenterpriseorganization",
102-
"description": "<p>Creates an organization as part of an enterprise account. User-authenticated\nrequests make the viewer an owner and invite users in <code>adminLogins</code>.\nInstallation requests directly add listed enterprise members and invite other\nlisted users. Enterprise Managed User enterprises directly add managed users.\nInvitation failures do not roll back organization creation. A personal access\ntoken used to create an organization is implicitly permitted to update the\norganization it created, if the organization is part of an enterprise that has\nSAML enabled or uses Enterprise Managed Users. If the organization is not part\nof such an enterprise, and instead has SAML enabled for it individually, the\ntoken will then require SAML authorization to continue working against that organization.</p>",
102+
"description": "<p>Creates an organization as part of an enterprise account. User-authenticated\nrequests make the viewer an owner. Users listed in <code>adminLogins</code> are invited\nas owners unless owner invitations are disabled, in which case they are added\ndirectly. Installation requests also add existing enterprise members directly.\nInvitation failures do not roll back organization creation. A personal access\ntoken used to create an organization is implicitly permitted to update the\norganization it created, if the organization is part of an enterprise that has\nSAML enabled or uses Enterprise Managed Users. If the organization is not part\nof such an enterprise, and instead has SAML enabled for it individually, the\ntoken will then require SAML authorization to continue working against that organization.</p>",
103103
"inputFields": [
104104
{
105105
"name": "input",
@@ -10163,7 +10163,7 @@
1016310163
"inputFields": [
1016410164
{
1016510165
"name": "adminLogins",
10166-
"description": "<p>For user-authenticated requests, the logins of additional owners to invite.\nFor installation requests, existing enterprise members are added directly and\nother listed users are invited.</p>",
10166+
"description": "<p>The logins of additional organization owners. Listed users are invited unless\nowner invitations are disabled, in which case they are added directly.\nInstallation requests also add existing enterprise members directly.</p>",
1016710167
"type": "[String!]!",
1016810168
"id": "string",
1016910169
"href": "/graphql/reference/other#scalar-string"

src/graphql/data/ghes-3.21/schema.docs-enterprise.graphql

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7812,9 +7812,9 @@ Autogenerated input type of CreateEnterpriseOrganization
78127812
"""
78137813
input CreateEnterpriseOrganizationInput {
78147814
"""
7815-
For user-authenticated requests, the logins of additional owners to invite.
7816-
For installation requests, existing enterprise members are added directly and
7817-
other listed users are invited.
7815+
The logins of additional organization owners. Listed users are invited unless
7816+
owner invitations are disabled, in which case they are added directly.
7817+
Installation requests also add existing enterprise members directly.
78187818
"""
78197819
adminLogins: [String!]!
78207820

@@ -24479,9 +24479,9 @@ type Mutation {
2447924479

2448024480
"""
2448124481
Creates an organization as part of an enterprise account. User-authenticated
24482-
requests make the viewer an owner and invite users in `adminLogins`.
24483-
Installation requests directly add listed enterprise members and invite other
24484-
listed users. Enterprise Managed User enterprises directly add managed users.
24482+
requests make the viewer an owner. Users listed in `adminLogins` are invited
24483+
as owners unless owner invitations are disabled, in which case they are added
24484+
directly. Installation requests also add existing enterprise members directly.
2448524485
Invitation failures do not roll back organization creation. A personal access
2448624486
token used to create an organization is implicitly permitted to update the
2448724487
organization it created, if the organization is part of an enterprise that has

src/graphql/data/ghes-3.22/schema-enterprise-admin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"name": "createEnterpriseOrganization",
155155
"id": "createenterpriseorganization",
156156
"href": "/graphql/reference/enterprise-admin#mutation-createenterpriseorganization",
157-
"description": "<p>Creates an organization as part of an enterprise account. User-authenticated\nrequests make the viewer an owner and invite users in <code>adminLogins</code>.\nInstallation requests directly add listed enterprise members and invite other\nlisted users. Enterprise Managed User enterprises directly add managed users.\nInvitation failures do not roll back organization creation. A personal access\ntoken used to create an organization is implicitly permitted to update the\norganization it created, if the organization is part of an enterprise that has\nSAML enabled or uses Enterprise Managed Users. If the organization is not part\nof such an enterprise, and instead has SAML enabled for it individually, the\ntoken will then require SAML authorization to continue working against that organization.</p>",
157+
"description": "<p>Creates an organization as part of an enterprise account. User-authenticated\nrequests make the viewer an owner. Users listed in <code>adminLogins</code> are invited\nas owners unless owner invitations are disabled, in which case they are added\ndirectly. Installation requests also add existing enterprise members directly.\nInvitation failures do not roll back organization creation. A personal access\ntoken used to create an organization is implicitly permitted to update the\norganization it created, if the organization is part of an enterprise that has\nSAML enabled or uses Enterprise Managed Users. If the organization is not part\nof such an enterprise, and instead has SAML enabled for it individually, the\ntoken will then require SAML authorization to continue working against that organization.</p>",
158158
"isDeprecated": false,
159159
"inputFields": [
160160
{
@@ -10816,7 +10816,7 @@
1081610816
"inputFields": [
1081710817
{
1081810818
"name": "adminLogins",
10819-
"description": "<p>For user-authenticated requests, the logins of additional owners to invite.\nFor installation requests, existing enterprise members are added directly and\nother listed users are invited.</p>",
10819+
"description": "<p>The logins of additional organization owners. Listed users are invited unless\nowner invitations are disabled, in which case they are added directly.\nInstallation requests also add existing enterprise members directly.</p>",
1082010820
"type": "[String!]!",
1082110821
"id": "string",
1082210822
"href": "/graphql/reference/other#scalar-string"

src/graphql/data/ghes-3.22/schema.docs-enterprise.graphql

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7924,9 +7924,9 @@ Autogenerated input type of CreateEnterpriseOrganization
79247924
"""
79257925
input CreateEnterpriseOrganizationInput {
79267926
"""
7927-
For user-authenticated requests, the logins of additional owners to invite.
7928-
For installation requests, existing enterprise members are added directly and
7929-
other listed users are invited.
7927+
The logins of additional organization owners. Listed users are invited unless
7928+
owner invitations are disabled, in which case they are added directly.
7929+
Installation requests also add existing enterprise members directly.
79307930
"""
79317931
adminLogins: [String!]!
79327932

@@ -25326,9 +25326,9 @@ type Mutation @docsCategory(name: "meta") {
2532625326

2532725327
"""
2532825328
Creates an organization as part of an enterprise account. User-authenticated
25329-
requests make the viewer an owner and invite users in `adminLogins`.
25330-
Installation requests directly add listed enterprise members and invite other
25331-
listed users. Enterprise Managed User enterprises directly add managed users.
25329+
requests make the viewer an owner. Users listed in `adminLogins` are invited
25330+
as owners unless owner invitations are disabled, in which case they are added
25331+
directly. Installation requests also add existing enterprise members directly.
2533225332
Invitation failures do not roll back organization creation. A personal access
2533325333
token used to create an organization is implicitly permitted to update the
2533425334
organization it created, if the organization is part of an enterprise that has

0 commit comments

Comments
 (0)