Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow_auto_merge parameter when creating / updating a repository. Search: owner in repository items may no longer be null #353

Merged
merged 2 commits into from Aug 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
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
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