Skip to content

Commit

Permalink
feat: allow_auto_merge parameter when creating / updating a reposit…
Browse files Browse the repository at this point in the history
…ory. Search: `owner` in repository items may no longer be `null` (#353)
  • Loading branch information
octokitbot authored Aug 3, 2021
1 parent cb3b04f commit 1406f4f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
6 changes: 3 additions & 3 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": "^9.3.0"
"@octokit/openapi-types": "^9.4.0"
},
"scripts": {
"build": "pika build",
Expand Down Expand Up @@ -96,7 +96,7 @@
]
},
"octokit": {
"openapi-version": "3.3.0"
"openapi-version": "3.4.1"
},
"renovate": {
"extends": [
Expand Down
18 changes: 18 additions & 0 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8900,6 +8900,12 @@
"in": "BODY",
"name": "allow_rebase_merge"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "allow_auto_merge"
},
{
"alias": null,
"deprecated": null,
Expand Down Expand Up @@ -8996,6 +9002,12 @@
"in": "BODY",
"name": "allow_rebase_merge"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "allow_auto_merge"
},
{
"alias": null,
"deprecated": null,
Expand Down Expand Up @@ -10898,6 +10910,12 @@
"in": "BODY",
"name": "allow_rebase_merge"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "allow_auto_merge"
},
{
"alias": null,
"deprecated": null,
Expand Down

0 comments on commit 1406f4f

Please sign in to comment.