Skip to content

Commit e937ce6

Browse files
committed
fix: remove defunkt GET /repos/{owner}/{repo}/community/code_of_conduct
API
1 parent 3bd42b3 commit e937ce6

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

scripts/update-endpoints/generated/endpoints.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3889,17 +3889,6 @@
38893889
"previews": [],
38903890
"renamed": null
38913891
},
3892-
{
3893-
"method": "GET",
3894-
"url": "/repos/{owner}/{repo}/community/code_of_conduct",
3895-
"documentationUrl": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository",
3896-
"parameters": [
3897-
{ "alias": null, "deprecated": null, "in": "PATH", "name": "owner" },
3898-
{ "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }
3899-
],
3900-
"previews": [{ "name": "scarlet-witch" }],
3901-
"renamed": null
3902-
},
39033892
{
39043893
"method": "PUT",
39053894
"url": "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}",

src/generated/Endpoints.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,14 +2656,6 @@ export interface Endpoints {
26562656
"/repos/{owner}/{repo}/commits/{ref}/statuses",
26572657
"get"
26582658
>;
2659-
/**
2660-
* @see https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository
2661-
*/
2662-
"GET /repos/{owner}/{repo}/community/code_of_conduct": Operation<
2663-
"/repos/{owner}/{repo}/community/code_of_conduct",
2664-
"get",
2665-
"scarlet-witch"
2666-
>;
26672659
/**
26682660
* @see https://docs.github.com/rest/reference/repos#get-community-profile-metrics
26692661
*/

0 commit comments

Comments
 (0)