Skip to content

Commit

Permalink
feat: add web_commit_signoff_required flag when creating, updating …
Browse files Browse the repository at this point in the history
…and reading repositories and organizations (#228)

WIP
  • Loading branch information
octokitbot committed Aug 20, 2022
1 parent 18a8faa commit e0bdd1b
Show file tree
Hide file tree
Showing 17 changed files with 362 additions and 29 deletions.
56 changes: 55 additions & 1 deletion 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": "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": {
Expand Down Expand Up @@ -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\""
Expand Down Expand Up @@ -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
}
}
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -66581,6 +66601,10 @@
},
"allow_forking": {
"type": "boolean"
},
"web_commit_signoff_required": {
"type": "boolean",
"example": false
}
},
"required": [
Expand Down Expand Up @@ -66991,6 +67015,10 @@
"example": false,
"nullable": true
},
"web_commit_signoff_required": {
"type": "boolean",
"example": false
},
"updated_at": {
"type": "string",
"format": "date-time"
Expand Down Expand Up @@ -68746,6 +68774,10 @@
},
"allow_forking": {
"type": "boolean"
},
"web_commit_signoff_required": {
"type": "boolean",
"example": false
}
},
"required": [
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -70909,6 +70947,10 @@
"type": "boolean",
"example": true
},
"web_commit_signoff_required": {
"type": "boolean",
"example": false
},
"subscribers_count": {
"type": "integer",
"example": 42
Expand Down Expand Up @@ -81685,6 +81727,9 @@
},
"is_template": {
"type": "boolean"
},
"web_commit_signoff_required": {
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -82259,6 +82304,9 @@
},
"allow_forking": {
"type": "boolean"
},
"web_commit_signoff_required": {
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -85048,6 +85096,10 @@
},
"is_template": {
"type": "boolean"
},
"web_commit_signoff_required": {
"type": "boolean",
"example": false
}
},
"required": [
Expand Down Expand Up @@ -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"
}
},
Expand Down Expand Up @@ -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": {
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": "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": {
Expand Down
3 changes: 1 addition & 2 deletions 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": "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": {
Expand Down Expand Up @@ -81888,7 +81888,6 @@
"node_id": "MDc6TGljZW5zZW1pdA==",
"html_url": "https://github.com/licenses/mit"
},
"language": null,
"forks_count": 9,
"forks": 9,
"stargazers_count": 80,
Expand Down
3 changes: 1 addition & 2 deletions 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": "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": {
Expand Down Expand Up @@ -84554,7 +84554,6 @@
"node_id": "MDc6TGljZW5zZW1pdA==",
"html_url": "https://github.com/licenses/mit"
},
"language": null,
"forks_count": 9,
"forks": 9,
"stargazers_count": 80,
Expand Down
Loading

0 comments on commit e0bdd1b

Please sign in to comment.