Skip to content

Commit c32761b

Browse files
authored
feat: add support for specifying a name for the forked repository when creating a fork with POST /repos/{owner}/{repo}/forks (#409)
1 parent 2d43e98 commit c32761b

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "Shared TypeScript definitions for Octokit projects",
88
"dependencies": {
9-
"@octokit/openapi-types": "^12.6.1"
9+
"@octokit/openapi-types": "^12.7.0"
1010
},
1111
"scripts": {
1212
"build": "pika build",
@@ -96,7 +96,7 @@
9696
]
9797
},
9898
"octokit": {
99-
"openapi-version": "6.3.1"
99+
"openapi-version": "6.4.0"
100100
},
101101
"renovate": {
102102
"extends": [

scripts/update-endpoints/generated/endpoints.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10890,7 +10890,8 @@
1089010890
"deprecated": null,
1089110891
"in": "BODY",
1089210892
"name": "organization"
10893-
}
10893+
},
10894+
{ "alias": null, "deprecated": null, "in": "BODY", "name": "name" }
1089410895
],
1089510896
"previews": [],
1089610897
"renamed": null

0 commit comments

Comments
 (0)