Skip to content

Commit

Permalink
feat: new web_commit_signoff_required property on repository
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jul 5, 2022
1 parent 8560190 commit f564de4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions payload-schemas/api.github.com/common/repository.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"watchers",
"default_branch",
"is_template",
"web_commit_signoff_required",
"topics",
"visibility"
],
Expand Down Expand Up @@ -227,6 +228,7 @@
"allow_update_branch": { "type": "boolean" },
"use_squash_pr_title_as_default": { "type": "boolean" },
"is_template": { "type": "boolean" },
"web_commit_signoff_required": { "type": "boolean" },
"topics": { "type": "array", "items": { "type": "string" } },
"visibility": {
"type": "string",
Expand Down

0 comments on commit f564de4

Please sign in to comment.