Skip to content

Commit a0a7a76

Browse files
authored
Merge pull request github#33515 from github/repo-sync
Repo sync
2 parents f85d8f2 + 8ebd35f commit a0a7a76

File tree

6 files changed

+67
-1
lines changed

6 files changed

+67
-1
lines changed

src/audit-logs/lib/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "12eebfe45849b6dd4e5b9bf5959c0de9499a1ba9"
6+
"sha": "a66bc4347c82e13315e2f3bf60aac004c6e43e46"
77
}

src/graphql/data/fpt/changelog.json

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Field <code>readme</code> was added to object type <code>Enterprise</code></p>",
8+
"<p>Field <code>readmeHTML</code> was added to object type <code>Enterprise</code></p>"
9+
]
10+
}
11+
],
12+
"previewChanges": [],
13+
"upcomingChanges": [],
14+
"date": "2024-06-14"
15+
},
216
{
317
"schemaChanges": [
418
{

src/graphql/data/fpt/schema.docs.graphql

+10
Original file line numberDiff line numberDiff line change
@@ -12818,6 +12818,16 @@ type Enterprise implements AnnouncementBanner & Node {
1281812818
"""
1281912819
ownerInfo: EnterpriseOwnerInfo
1282012820

12821+
"""
12822+
The raw content of the enterprise README.
12823+
"""
12824+
readme: String
12825+
12826+
"""
12827+
The content of the enterprise README as HTML.
12828+
"""
12829+
readmeHTML: HTML!
12830+
1282112831
"""
1282212832
The HTTP path for this enterprise.
1282312833
"""

src/graphql/data/fpt/schema.json

+16
Original file line numberDiff line numberDiff line change
@@ -21177,6 +21177,22 @@
2117721177
"kind": "objects",
2117821178
"href": "/graphql/reference/objects#enterpriseownerinfo"
2117921179
},
21180+
{
21181+
"name": "readme",
21182+
"description": "<p>The raw content of the enterprise README.</p>",
21183+
"type": "String",
21184+
"id": "string",
21185+
"kind": "scalars",
21186+
"href": "/graphql/reference/scalars#string"
21187+
},
21188+
{
21189+
"name": "readmeHTML",
21190+
"description": "<p>The content of the enterprise README as HTML.</p>",
21191+
"type": "HTML!",
21192+
"id": "html",
21193+
"kind": "scalars",
21194+
"href": "/graphql/reference/scalars#html"
21195+
},
2118021196
{
2118121197
"name": "resourcePath",
2118221198
"description": "<p>The HTTP path for this enterprise.</p>",

src/graphql/data/ghec/schema.docs.graphql

+10
Original file line numberDiff line numberDiff line change
@@ -12818,6 +12818,16 @@ type Enterprise implements AnnouncementBanner & Node {
1281812818
"""
1281912819
ownerInfo: EnterpriseOwnerInfo
1282012820

12821+
"""
12822+
The raw content of the enterprise README.
12823+
"""
12824+
readme: String
12825+
12826+
"""
12827+
The content of the enterprise README as HTML.
12828+
"""
12829+
readmeHTML: HTML!
12830+
1282112831
"""
1282212832
The HTTP path for this enterprise.
1282312833
"""

src/graphql/data/ghec/schema.json

+16
Original file line numberDiff line numberDiff line change
@@ -21177,6 +21177,22 @@
2117721177
"kind": "objects",
2117821178
"href": "/graphql/reference/objects#enterpriseownerinfo"
2117921179
},
21180+
{
21181+
"name": "readme",
21182+
"description": "<p>The raw content of the enterprise README.</p>",
21183+
"type": "String",
21184+
"id": "string",
21185+
"kind": "scalars",
21186+
"href": "/graphql/reference/scalars#string"
21187+
},
21188+
{
21189+
"name": "readmeHTML",
21190+
"description": "<p>The content of the enterprise README as HTML.</p>",
21191+
"type": "HTML!",
21192+
"id": "html",
21193+
"kind": "scalars",
21194+
"href": "/graphql/reference/scalars#html"
21195+
},
2118021196
{
2118121197
"name": "resourcePath",
2118221198
"description": "<p>The HTTP path for this enterprise.</p>",

0 commit comments

Comments
 (0)