diff --git a/cache/api.github.com.json b/cache/api.github.com.json index 696a00e1e..be5b35bbf 100644 --- a/cache/api.github.com.json +++ b/cache/api.github.com.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "7.4.0", + "version": "7.5.0", "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": { @@ -7146,6 +7146,11 @@ "description": "Whether organization members can fork private organization repositories.", "default": false }, + "web_commit_signoff_required": { + "type": "boolean", + "description": "Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface.", + "default": false + }, "blog": { "type": "string", "example": "\"http://github.blog\"" @@ -19382,6 +19387,11 @@ "type": "boolean", "description": "Either `true` to allow private forks, or `false` to prevent private forks.", "default": false + }, + "web_commit_signoff_required": { + "type": "boolean", + "description": "Either `true` to require contributors to sign off on web-based commits, or `false` to not require contributors to sign off on web-based commits.", + "default": false } } }, @@ -61173,6 +61183,11 @@ "description": "Whether to allow forking this repo", "type": "boolean" }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, "subscribers_count": { "type": "integer" }, @@ -66112,6 +66127,11 @@ "description": "Whether to allow forking this repo", "type": "boolean" }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, "subscribers_count": { "type": "integer" }, @@ -66581,6 +66601,10 @@ }, "allow_forking": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false } }, "required": [ @@ -66991,6 +67015,10 @@ "example": false, "nullable": true }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false + }, "updated_at": { "type": "string", "format": "date-time" @@ -68746,6 +68774,10 @@ }, "allow_forking": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false } }, "required": [ @@ -70097,6 +70129,12 @@ "type": "boolean", "example": false }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean", + "example": false + }, "subscribers_count": { "type": "integer" }, @@ -70909,6 +70947,10 @@ "type": "boolean", "example": true }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false + }, "subscribers_count": { "type": "integer", "example": 42 @@ -81685,6 +81727,9 @@ }, "is_template": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean" } }, "required": [ @@ -82259,6 +82304,9 @@ }, "allow_forking": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean" } }, "required": [ @@ -85048,6 +85096,10 @@ }, "is_template": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false } }, "required": [ @@ -91162,6 +91214,7 @@ "members_can_create_public_pages": true, "members_can_create_private_pages": true, "members_can_fork_private_repositories": false, + "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z" } }, @@ -95586,6 +95639,7 @@ "delete_branch_on_merge": true, "allow_merge_commit": true, "allow_forking": true, + "web_commit_signoff_required": false, "subscribers_count": 42, "network_count": 0, "organization": { diff --git a/cache/ghes-3.2.json b/cache/ghes-3.2.json index ea5f53abc..c84a5ba6b 100644 --- a/cache/ghes-3.2.json +++ b/cache/ghes-3.2.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "7.4.0", + "version": "7.5.0", "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": { diff --git a/cache/ghes-3.3.json b/cache/ghes-3.3.json index 71ddd08ac..7211b61da 100644 --- a/cache/ghes-3.3.json +++ b/cache/ghes-3.3.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "7.4.0", + "version": "7.5.0", "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": { @@ -81888,7 +81888,6 @@ "node_id": "MDc6TGljZW5zZW1pdA==", "html_url": "https://github.com/licenses/mit" }, - "language": null, "forks_count": 9, "forks": 9, "stargazers_count": 80, diff --git a/cache/ghes-3.4.json b/cache/ghes-3.4.json index fd7ec8131..15504549d 100644 --- a/cache/ghes-3.4.json +++ b/cache/ghes-3.4.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "7.4.0", + "version": "7.5.0", "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": { @@ -84554,7 +84554,6 @@ "node_id": "MDc6TGljZW5zZW1pdA==", "html_url": "https://github.com/licenses/mit" }, - "language": null, "forks_count": 9, "forks": 9, "stargazers_count": 80, diff --git a/cache/ghes-3.5.json b/cache/ghes-3.5.json index 2e0c4bb63..b35b80bbf 100644 --- a/cache/ghes-3.5.json +++ b/cache/ghes-3.5.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "7.4.0", + "version": "7.5.0", "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": { @@ -9696,7 +9696,13 @@ "category": "orgs", "subcategory": null }, - "x-octokit": {} + "x-octokit": { + "diff": { + "ghes-3.6": { + "type": "changed" + } + } + } }, "patch": { "summary": "Update an organization", @@ -9872,7 +9878,13 @@ "category": "orgs", "subcategory": null }, - "x-octokit": {} + "x-octokit": { + "diff": { + "ghes-3.6": { + "type": "changed" + } + } + } } }, "/orgs/{org}/actions/cache/usage": { @@ -16067,7 +16079,13 @@ "category": "teams", "subcategory": null }, - "x-octokit": {} + "x-octokit": { + "diff": { + "ghes-3.6": { + "type": "changed" + } + } + } } }, "/orgs/{org}/teams/{team_slug}": { @@ -16116,7 +16134,13 @@ "category": "teams", "subcategory": null }, - "x-octokit": {} + "x-octokit": { + "diff": { + "ghes-3.6": { + "type": "changed" + } + } + } }, "patch": { "summary": "Update a team", @@ -16212,7 +16236,13 @@ "category": "teams", "subcategory": null }, - "x-octokit": {} + "x-octokit": { + "diff": { + "ghes-3.6": { + "type": "changed" + } + } + } }, "delete": { "summary": "Delete a team", @@ -39343,7 +39373,13 @@ "category": "pulls", "subcategory": null }, - "x-octokit": {} + "x-octokit": { + "diff": { + "ghes-3.6": { + "type": "changed" + } + } + } } }, "/repos/{owner}/{repo}/pulls/comments": { @@ -39879,7 +39915,13 @@ "category": "pulls", "subcategory": null }, - "x-octokit": {} + "x-octokit": { + "diff": { + "ghes-3.6": { + "type": "changed" + } + } + } }, "patch": { "summary": "Update a pull request", @@ -39978,7 +40020,13 @@ "category": "pulls", "subcategory": null }, - "x-octokit": {} + "x-octokit": { + "diff": { + "ghes-3.6": { + "type": "changed" + } + } + } } }, "/repos/{owner}/{repo}/pulls/{pull_number}/comments": { @@ -45587,7 +45635,13 @@ "category": "search", "subcategory": null }, - "x-octokit": {} + "x-octokit": { + "diff": { + "ghes-3.6": { + "type": "changed" + } + } + } } }, "/search/topics": { @@ -46495,7 +46549,13 @@ "subcategory": null }, "deprecated": true, - "x-octokit": {} + "x-octokit": { + "diff": { + "ghes-3.6": { + "type": "changed" + } + } + } }, "patch": { "summary": "Update a team (Legacy)", @@ -46618,7 +46678,13 @@ "subcategory": null }, "deprecated": true, - "x-octokit": {} + "x-octokit": { + "diff": { + "ghes-3.6": { + "type": "changed" + } + } + } }, "delete": { "summary": "Delete a team (Legacy)", @@ -51854,7 +51920,13 @@ "category": "teams", "subcategory": null }, - "x-octokit": {} + "x-octokit": { + "diff": { + "ghes-3.6": { + "type": "changed" + } + } + } } }, "/users": { @@ -86428,7 +86500,6 @@ "node_id": "MDc6TGljZW5zZW1pdA==", "html_url": "https://github.com/licenses/mit" }, - "language": null, "forks_count": 9, "forks": 9, "stargazers_count": 80, diff --git a/cache/ghes-3.6.json b/cache/ghes-3.6.json index 1bd77c198..1540a6104 100644 --- a/cache/ghes-3.6.json +++ b/cache/ghes-3.6.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "7.4.0", + "version": "7.5.0", "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": { @@ -10212,6 +10212,11 @@ "description": "Whether organization members can fork private organization repositories.", "default": false }, + "web_commit_signoff_required": { + "type": "boolean", + "description": "Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface.", + "default": false + }, "blog": { "type": "string", "example": "\"http://github.blog\"" @@ -20304,6 +20309,11 @@ "type": "boolean", "description": "Either `true` to allow private forks, or `false` to prevent private forks.", "default": false + }, + "web_commit_signoff_required": { + "type": "boolean", + "description": "Either `true` to require contributors to sign off on web-based commits, or `false` to not require contributors to sign off on web-based commits.", + "default": false } } }, @@ -60563,6 +60573,11 @@ "description": "Whether to allow forking this repo", "type": "boolean" }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, "subscribers_count": { "type": "integer" }, @@ -64656,6 +64671,11 @@ "description": "Whether to allow forking this repo", "type": "boolean" }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, "subscribers_count": { "type": "integer" }, @@ -65125,6 +65145,10 @@ }, "allow_forking": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false } }, "required": [ @@ -65535,6 +65559,10 @@ "example": false, "nullable": true }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false + }, "updated_at": { "type": "string", "format": "date-time" @@ -67535,6 +67563,12 @@ "type": "boolean", "example": false }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean", + "example": false + }, "subscribers_count": { "type": "integer" }, @@ -68344,6 +68378,10 @@ "type": "boolean", "example": true }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false + }, "subscribers_count": { "type": "integer", "example": 42 @@ -78107,6 +78145,9 @@ }, "is_template": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean" } }, "required": [ @@ -78681,6 +78722,9 @@ }, "allow_forking": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean" } }, "required": [ @@ -80758,6 +80802,10 @@ }, "is_template": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false } }, "required": [ @@ -87239,6 +87287,7 @@ "members_can_create_public_pages": true, "members_can_create_private_pages": true, "members_can_fork_private_repositories": false, + "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z" } }, @@ -91021,6 +91070,7 @@ "delete_branch_on_merge": true, "allow_merge_commit": true, "allow_forking": true, + "web_commit_signoff_required": false, "subscribers_count": 42, "network_count": 0, "organization": { diff --git a/cache/github.ae.json b/cache/github.ae.json index ed88c0208..9caec9a3b 100644 --- a/cache/github.ae.json +++ b/cache/github.ae.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "7.4.0", + "version": "7.5.0", "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": { @@ -7456,6 +7456,11 @@ "description": "Whether organization members can fork private organization repositories.", "default": false }, + "web_commit_signoff_required": { + "type": "boolean", + "description": "Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface.", + "default": false + }, "blog": { "type": "string", "example": "\"http://github.blog\"" @@ -15778,6 +15783,11 @@ "type": "boolean", "description": "Either `true` to allow private forks, or `false` to prevent private forks.", "default": false + }, + "web_commit_signoff_required": { + "type": "boolean", + "description": "Either `true` to require contributors to sign off on web-based commits, or `false` to not require contributors to sign off on web-based commits.", + "default": false } } }, @@ -54070,6 +54080,11 @@ "description": "Whether to allow forking this repo", "type": "boolean" }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, "subscribers_count": { "type": "integer" }, @@ -57325,6 +57340,11 @@ "description": "Whether to allow forking this repo", "type": "boolean" }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, "subscribers_count": { "type": "integer" }, @@ -57794,6 +57814,10 @@ }, "allow_forking": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false } }, "required": [ @@ -58185,6 +58209,10 @@ "example": false, "nullable": true }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false + }, "updated_at": { "type": "string", "format": "date-time" @@ -59918,6 +59946,12 @@ "type": "boolean", "example": false }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean", + "example": false + }, "subscribers_count": { "type": "integer" }, @@ -60689,6 +60723,10 @@ "type": "boolean", "example": true }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false + }, "subscribers_count": { "type": "integer", "example": 42 @@ -70706,6 +70744,9 @@ }, "is_template": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean" } }, "required": [ @@ -71280,6 +71321,9 @@ }, "allow_forking": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean" } }, "required": [ @@ -73388,6 +73432,10 @@ }, "is_template": { "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean", + "example": false } }, "required": [ @@ -78482,6 +78530,7 @@ "members_can_create_public_pages": true, "members_can_create_private_pages": true, "members_can_fork_private_repositories": false, + "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z" } }, @@ -81640,6 +81689,7 @@ "delete_branch_on_merge": true, "allow_merge_commit": true, "allow_forking": true, + "web_commit_signoff_required": false, "subscribers_count": 42, "network_count": 0, "organization": { diff --git a/packages/openapi-types-ghes-3.2/package.json b/packages/openapi-types-ghes-3.2/package.json index 0a8f0856c..043f5da53 100644 --- a/packages/openapi-types-ghes-3.2/package.json +++ b/packages/openapi-types-ghes-3.2/package.json @@ -15,6 +15,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "7.4.0" + "openapi-version": "7.5.0" } } diff --git a/packages/openapi-types-ghes-3.3/package.json b/packages/openapi-types-ghes-3.3/package.json index affc71648..3016cc640 100644 --- a/packages/openapi-types-ghes-3.3/package.json +++ b/packages/openapi-types-ghes-3.3/package.json @@ -15,6 +15,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "7.4.0" + "openapi-version": "7.5.0" } } diff --git a/packages/openapi-types-ghes-3.4/package.json b/packages/openapi-types-ghes-3.4/package.json index fc78ab189..5bf330b93 100644 --- a/packages/openapi-types-ghes-3.4/package.json +++ b/packages/openapi-types-ghes-3.4/package.json @@ -15,6 +15,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "7.4.0" + "openapi-version": "7.5.0" } } diff --git a/packages/openapi-types-ghes-3.5/package.json b/packages/openapi-types-ghes-3.5/package.json index 15627ad45..4f654f0b8 100644 --- a/packages/openapi-types-ghes-3.5/package.json +++ b/packages/openapi-types-ghes-3.5/package.json @@ -15,6 +15,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "7.4.0" + "openapi-version": "7.5.0" } } diff --git a/packages/openapi-types-ghes-3.6/package.json b/packages/openapi-types-ghes-3.6/package.json index d8b84068f..47bbb0b44 100644 --- a/packages/openapi-types-ghes-3.6/package.json +++ b/packages/openapi-types-ghes-3.6/package.json @@ -15,6 +15,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "7.4.0" + "openapi-version": "7.5.0" } } diff --git a/packages/openapi-types-ghes-3.6/types.d.ts b/packages/openapi-types-ghes-3.6/types.d.ts index c86e0e731..a53c17a43 100644 --- a/packages/openapi-types-ghes-3.6/types.d.ts +++ b/packages/openapi-types-ghes-3.6/types.d.ts @@ -7559,6 +7559,11 @@ export interface components { allow_merge_commit?: boolean; /** @description Whether to allow forking this repo */ allow_forking?: boolean; + /** + * @description Whether to require contributors to sign off on web-based commits + * @default false + */ + web_commit_signoff_required?: boolean; subscribers_count?: number; network_count?: number; open_issues: number; @@ -9678,6 +9683,11 @@ export interface components { allow_merge_commit?: boolean; /** @description Whether to allow forking this repo */ allow_forking?: boolean; + /** + * @description Whether to require contributors to sign off on web-based commits + * @default false + */ + web_commit_signoff_required?: boolean; subscribers_count?: number; network_count?: number; open_issues: number; @@ -9892,6 +9902,8 @@ export interface components { /** @example 0 */ watchers?: number; allow_forking?: boolean; + /** @example false */ + web_commit_signoff_required?: boolean; }; /** * Thread @@ -10079,6 +10091,8 @@ export interface components { members_can_create_private_pages?: boolean; /** @example false */ members_can_fork_private_repositories?: boolean | null; + /** @example false */ + web_commit_signoff_required?: boolean; /** Format: date-time */ updated_at: string; }; @@ -11229,6 +11243,12 @@ export interface components { * @example false */ allow_forking?: boolean; + /** + * @description Whether to require contributors to sign off on web-based commits + * @default false + * @example false + */ + web_commit_signoff_required?: boolean; subscribers_count?: number; network_count?: number; open_issues: number; @@ -11676,6 +11696,8 @@ export interface components { merge_commit_message?: "PR_BODY" | "PR_TITLE" | "BLANK"; /** @example true */ allow_forking?: boolean; + /** @example false */ + web_commit_signoff_required?: boolean; /** @example 42 */ subscribers_count: number; /** @example 0 */ @@ -16115,6 +16137,7 @@ export interface components { updated_at: string; allow_forking?: boolean; is_template?: boolean; + web_commit_signoff_required?: boolean; } | null; sha: string; user: { @@ -16288,6 +16311,7 @@ export interface components { /** Format: date-time */ updated_at: string; allow_forking?: boolean; + web_commit_signoff_required?: boolean; }; sha: string; user: { @@ -17126,6 +17150,8 @@ export interface components { delete_branch_on_merge?: boolean; allow_forking?: boolean; is_template?: boolean; + /** @example false */ + web_commit_signoff_required?: boolean; }; /** * Topic Search Result Item @@ -22019,6 +22045,11 @@ export interface operations { * @default false */ members_can_fork_private_repositories?: boolean; + /** + * @description Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface. + * @default false + */ + web_commit_signoff_required?: boolean; /** @example "http://github.blog" */ blog?: string; }; @@ -26885,6 +26916,11 @@ export interface operations { * @default false */ allow_forking?: boolean; + /** + * @description Either `true` to require contributors to sign off on web-based commits, or `false` to not require contributors to sign off on web-based commits. + * @default false + */ + web_commit_signoff_required?: boolean; }; }; }; diff --git a/packages/openapi-types-github.ae/package.json b/packages/openapi-types-github.ae/package.json index 4b008976d..0029e543a 100644 --- a/packages/openapi-types-github.ae/package.json +++ b/packages/openapi-types-github.ae/package.json @@ -15,6 +15,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "7.4.0" + "openapi-version": "7.5.0" } } diff --git a/packages/openapi-types-github.ae/types.d.ts b/packages/openapi-types-github.ae/types.d.ts index 93bca65b2..0986de144 100644 --- a/packages/openapi-types-github.ae/types.d.ts +++ b/packages/openapi-types-github.ae/types.d.ts @@ -6587,6 +6587,11 @@ export interface components { allow_merge_commit?: boolean; /** @description Whether to allow forking this repo */ allow_forking?: boolean; + /** + * @description Whether to require contributors to sign off on web-based commits + * @default false + */ + web_commit_signoff_required?: boolean; subscribers_count?: number; network_count?: number; open_issues: number; @@ -8177,6 +8182,11 @@ export interface components { allow_merge_commit?: boolean; /** @description Whether to allow forking this repo */ allow_forking?: boolean; + /** + * @description Whether to require contributors to sign off on web-based commits + * @default false + */ + web_commit_signoff_required?: boolean; subscribers_count?: number; network_count?: number; open_issues: number; @@ -8391,6 +8401,8 @@ export interface components { /** @example 0 */ watchers?: number; allow_forking?: boolean; + /** @example false */ + web_commit_signoff_required?: boolean; }; /** * Thread @@ -8568,6 +8580,8 @@ export interface components { members_can_create_private_pages?: boolean; /** @example false */ members_can_fork_private_repositories?: boolean | null; + /** @example false */ + web_commit_signoff_required?: boolean; /** Format: date-time */ updated_at: string; }; @@ -9629,6 +9643,12 @@ export interface components { * @example false */ allow_forking?: boolean; + /** + * @description Whether to require contributors to sign off on web-based commits + * @default false + * @example false + */ + web_commit_signoff_required?: boolean; subscribers_count?: number; network_count?: number; open_issues: number; @@ -10038,6 +10058,8 @@ export interface components { use_squash_pr_title_as_default?: boolean; /** @example true */ allow_forking?: boolean; + /** @example false */ + web_commit_signoff_required?: boolean; /** @example 42 */ subscribers_count: number; /** @example 0 */ @@ -14559,6 +14581,7 @@ export interface components { updated_at: string; allow_forking?: boolean; is_template?: boolean; + web_commit_signoff_required?: boolean; } | null; sha: string; user: { @@ -14732,6 +14755,7 @@ export interface components { /** Format: date-time */ updated_at: string; allow_forking?: boolean; + web_commit_signoff_required?: boolean; }; sha: string; user: { @@ -15551,6 +15575,8 @@ export interface components { delete_branch_on_merge?: boolean; allow_forking?: boolean; is_template?: boolean; + /** @example false */ + web_commit_signoff_required?: boolean; }; /** * Topic Search Result Item @@ -19064,6 +19090,11 @@ export interface operations { * @default false */ members_can_fork_private_repositories?: boolean; + /** + * @description Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface. + * @default false + */ + web_commit_signoff_required?: boolean; /** @example "http://github.blog" */ blog?: string; }; @@ -23011,6 +23042,11 @@ export interface operations { * @default false */ allow_forking?: boolean; + /** + * @description Either `true` to require contributors to sign off on web-based commits, or `false` to not require contributors to sign off on web-based commits. + * @default false + */ + web_commit_signoff_required?: boolean; }; }; }; diff --git a/packages/openapi-types/package.json b/packages/openapi-types/package.json index 756c7368e..9317e62e8 100644 --- a/packages/openapi-types/package.json +++ b/packages/openapi-types/package.json @@ -15,6 +15,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "7.4.0" + "openapi-version": "7.5.0" } } diff --git a/packages/openapi-types/types.d.ts b/packages/openapi-types/types.d.ts index eabcddeb8..32e7f9ee1 100644 --- a/packages/openapi-types/types.d.ts +++ b/packages/openapi-types/types.d.ts @@ -7763,6 +7763,11 @@ export interface components { allow_merge_commit?: boolean; /** @description Whether to allow forking this repo */ allow_forking?: boolean; + /** + * @description Whether to require contributors to sign off on web-based commits + * @default false + */ + web_commit_signoff_required?: boolean; subscribers_count?: number; network_count?: number; open_issues: number; @@ -10259,6 +10264,11 @@ export interface components { allow_merge_commit?: boolean; /** @description Whether to allow forking this repo */ allow_forking?: boolean; + /** + * @description Whether to require contributors to sign off on web-based commits + * @default false + */ + web_commit_signoff_required?: boolean; subscribers_count?: number; network_count?: number; open_issues: number; @@ -10473,6 +10483,8 @@ export interface components { /** @example 0 */ watchers?: number; allow_forking?: boolean; + /** @example false */ + web_commit_signoff_required?: boolean; }; /** * Thread @@ -10660,6 +10672,8 @@ export interface components { members_can_create_private_pages?: boolean; /** @example false */ members_can_fork_private_repositories?: boolean | null; + /** @example false */ + web_commit_signoff_required?: boolean; /** Format: date-time */ updated_at: string; }; @@ -11701,6 +11715,8 @@ export interface components { /** @example 0 */ watchers?: number; allow_forking?: boolean; + /** @example false */ + web_commit_signoff_required?: boolean; } | null; /** * Package @@ -12558,6 +12574,12 @@ export interface components { * @example false */ allow_forking?: boolean; + /** + * @description Whether to require contributors to sign off on web-based commits + * @default false + * @example false + */ + web_commit_signoff_required?: boolean; subscribers_count?: number; network_count?: number; open_issues: number; @@ -13006,6 +13028,8 @@ export interface components { merge_commit_message?: "PR_BODY" | "PR_TITLE" | "BLANK"; /** @example true */ allow_forking?: boolean; + /** @example false */ + web_commit_signoff_required?: boolean; /** @example 42 */ subscribers_count: number; /** @example 0 */ @@ -17882,6 +17906,7 @@ export interface components { updated_at: string; allow_forking?: boolean; is_template?: boolean; + web_commit_signoff_required?: boolean; } | null; sha: string; user: { @@ -18055,6 +18080,7 @@ export interface components { /** Format: date-time */ updated_at: string; allow_forking?: boolean; + web_commit_signoff_required?: boolean; }; sha: string; user: { @@ -19168,6 +19194,8 @@ export interface components { delete_branch_on_merge?: boolean; allow_forking?: boolean; is_template?: boolean; + /** @example false */ + web_commit_signoff_required?: boolean; }; /** * Topic Search Result Item @@ -23224,6 +23252,11 @@ export interface operations { * @default false */ members_can_fork_private_repositories?: boolean; + /** + * @description Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface. + * @default false + */ + web_commit_signoff_required?: boolean; /** @example "http://github.blog" */ blog?: string; }; @@ -29205,6 +29238,11 @@ export interface operations { * @default false */ allow_forking?: boolean; + /** + * @description Either `true` to require contributors to sign off on web-based commits, or `false` to not require contributors to sign off on web-based commits. + * @default false + */ + web_commit_signoff_required?: boolean; }; }; };