Skip to content

Commit

Permalink
feat: add support for specifying a name for the forked repository w…
Browse files Browse the repository at this point in the history
…hen creating a fork with `POST /repos/{owner}/{repo}/forks` (#409)
  • Loading branch information
octokitbot committed Jul 4, 2022
1 parent 2d43e98 commit c32761b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Shared TypeScript definitions for Octokit projects",
"dependencies": {
"@octokit/openapi-types": "^12.6.1"
"@octokit/openapi-types": "^12.7.0"
},
"scripts": {
"build": "pika build",
Expand Down Expand Up @@ -96,7 +96,7 @@
]
},
"octokit": {
"openapi-version": "6.3.1"
"openapi-version": "6.4.0"
},
"renovate": {
"extends": [
Expand Down
3 changes: 2 additions & 1 deletion scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -10890,7 +10890,8 @@
"deprecated": null,
"in": "BODY",
"name": "organization"
}
},
{ "alias": null, "deprecated": null, "in": "BODY", "name": "name" }
],
"previews": [],
"renamed": null
Expand Down

0 comments on commit c32761b

Please sign in to comment.