Skip to content

Commit

Permalink
fix: add example for use_squash_pr_title_as_default property when r…
Browse files Browse the repository at this point in the history
…epositories are returned in the API (#211)

WIP
  • Loading branch information
octokitbot committed Jul 18, 2022
1 parent c7c2c59 commit 0257255
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions cache/api.github.com.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "6.7.0",
"version": "6.7.1",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down Expand Up @@ -53006,7 +53006,7 @@
"allow_update_branch": { "type": "boolean", "example": true },
"use_squash_pr_title_as_default": {
"type": "boolean",
"default": false
"example": false
},
"allow_forking": { "type": "boolean", "example": true },
"subscribers_count": { "type": "integer", "example": 42 },
Expand Down
2 changes: 1 addition & 1 deletion cache/ghes-3.2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "6.7.0",
"version": "6.7.1",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down
2 changes: 1 addition & 1 deletion cache/ghes-3.3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "6.7.0",
"version": "6.7.1",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down
2 changes: 1 addition & 1 deletion cache/ghes-3.4.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "6.7.0",
"version": "6.7.1",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down
2 changes: 1 addition & 1 deletion cache/ghes-3.5.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "6.7.0",
"version": "6.7.1",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down
4 changes: 2 additions & 2 deletions cache/github.ae.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "6.7.0",
"version": "6.7.1",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down Expand Up @@ -43894,7 +43894,7 @@
"allow_update_branch": { "type": "boolean", "example": true },
"use_squash_pr_title_as_default": {
"type": "boolean",
"default": false
"example": false
},
"allow_forking": { "type": "boolean", "example": true },
"subscribers_count": { "type": "integer", "example": 42 },
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "6.7.0"
"openapi-version": "6.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "6.7.0"
"openapi-version": "6.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "6.7.0"
"openapi-version": "6.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "6.7.0"
"openapi-version": "6.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/openapi-types-github.ae/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "6.7.0"
"openapi-version": "6.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/openapi-types-github.ae/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9993,7 +9993,7 @@ export interface components {
allow_merge_commit?: boolean;
/** @example true */
allow_update_branch?: boolean;
/** @default false */
/** @example false */
use_squash_pr_title_as_default?: boolean;
/** @example true */
allow_forking?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "6.7.0"
"openapi-version": "6.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/openapi-types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12718,7 +12718,7 @@ export interface components {
allow_merge_commit?: boolean;
/** @example true */
allow_update_branch?: boolean;
/** @default false */
/** @example false */
use_squash_pr_title_as_default?: boolean;
/** @example true */
allow_forking?: boolean;
Expand Down

0 comments on commit 0257255

Please sign in to comment.