Skip to content

Commit 62b8156

Browse files
authored
Merge pull request #38218 from github/repo-sync
Repo sync
2 parents 748def7 + f53555e commit 62b8156

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
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": "97f4acf6a66b35361aef18bc4a1f9cfe2c0fa770"
6+
"sha": "ff3e90a228450595711a45a63b9c764db5ed3a00"
77
}

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "09072d8aecf89642ff0e83cf1189d006e64f9714"
63+
"sha": "0956844c50850685dce43634d73a69f4dac7989e"
6464
}

src/rest/data/fpt-2022-11-28/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591906,7 +591906,7 @@
591906591906
"type": "array of strings",
591907591907
"name": "maintainers",
591908591908
"in": "body",
591909-
"description": "<p>List GitHub IDs for organization members who will become team maintainers.</p>"
591909+
"description": "<p>List GitHub usernames for organization members who will become team maintainers.</p>"
591910591910
},
591911591911
{
591912591912
"type": "array of strings",

src/rest/data/ghec-2022-11-28/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635776,7 +635776,7 @@
635776635776
"type": "array of strings",
635777635777
"name": "maintainers",
635778635778
"in": "body",
635779-
"description": "<p>List GitHub IDs for organization members who will become team maintainers.</p>"
635779+
"description": "<p>List GitHub usernames for organization members who will become team maintainers.</p>"
635780635780
},
635781635781
{
635782635782
"type": "array of strings",

src/rest/data/ghes-3.13-2022-11-28/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502335,7 +502335,7 @@
502335502335
"type": "array of strings",
502336502336
"name": "maintainers",
502337502337
"in": "body",
502338-
"description": "<p>List GitHub IDs for organization members who will become team maintainers.</p>"
502338+
"description": "<p>List GitHub usernames for organization members who will become team maintainers.</p>"
502339502339
},
502340502340
{
502341502341
"type": "array of strings",

src/rest/data/ghes-3.14-2022-11-28/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506136,7 +506136,7 @@
506136506136
"type": "array of strings",
506137506137
"name": "maintainers",
506138506138
"in": "body",
506139-
"description": "<p>List GitHub IDs for organization members who will become team maintainers.</p>"
506139+
"description": "<p>List GitHub usernames for organization members who will become team maintainers.</p>"
506140506140
},
506141506141
{
506142506142
"type": "array of strings",

0 commit comments

Comments
 (0)