You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions/api.github.com/api.github.com.json
+54Lines changed: 54 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7047,6 +7047,11 @@
7047
7047
"description": "Whether organization members can fork private organization repositories.",
7048
7048
"default": false
7049
7049
},
7050
+
"web_commit_signoff_required": {
7051
+
"type": "boolean",
7052
+
"description": "Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface.",
7053
+
"default": false
7054
+
},
7050
7055
"blog": {
7051
7056
"type": "string",
7052
7057
"example": "\"http://github.blog\""
@@ -19067,6 +19072,11 @@
19067
19072
"type": "boolean",
19068
19073
"description": "Either `true` to allow private forks, or `false` to prevent private forks.",
19069
19074
"default": false
19075
+
},
19076
+
"web_commit_signoff_required": {
19077
+
"type": "boolean",
19078
+
"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.",
19079
+
"default": false
19070
19080
}
19071
19081
}
19072
19082
},
@@ -60107,6 +60117,11 @@
60107
60117
"description": "Whether to allow forking this repo",
60108
60118
"type": "boolean"
60109
60119
},
60120
+
"web_commit_signoff_required": {
60121
+
"description": "Whether to require contributors to sign off on web-based commits",
60122
+
"default": false,
60123
+
"type": "boolean"
60124
+
},
60110
60125
"subscribers_count": {
60111
60126
"type": "integer"
60112
60127
},
@@ -65050,6 +65065,11 @@
65050
65065
"description": "Whether to allow forking this repo",
65051
65066
"type": "boolean"
65052
65067
},
65068
+
"web_commit_signoff_required": {
65069
+
"description": "Whether to require contributors to sign off on web-based commits",
65070
+
"default": false,
65071
+
"type": "boolean"
65072
+
},
65053
65073
"subscribers_count": {
65054
65074
"type": "integer"
65055
65075
},
@@ -65519,6 +65539,10 @@
65519
65539
},
65520
65540
"allow_forking": {
65521
65541
"type": "boolean"
65542
+
},
65543
+
"web_commit_signoff_required": {
65544
+
"type": "boolean",
65545
+
"example": false
65522
65546
}
65523
65547
},
65524
65548
"required": [
@@ -65929,6 +65953,10 @@
65929
65953
"example": false,
65930
65954
"nullable": true
65931
65955
},
65956
+
"web_commit_signoff_required": {
65957
+
"type": "boolean",
65958
+
"example": false
65959
+
},
65932
65960
"updated_at": {
65933
65961
"type": "string",
65934
65962
"format": "date-time"
@@ -67686,6 +67714,10 @@
67686
67714
},
67687
67715
"allow_forking": {
67688
67716
"type": "boolean"
67717
+
},
67718
+
"web_commit_signoff_required": {
67719
+
"type": "boolean",
67720
+
"example": false
67689
67721
}
67690
67722
},
67691
67723
"required": [
@@ -69037,6 +69069,12 @@
69037
69069
"type": "boolean",
69038
69070
"example": false
69039
69071
},
69072
+
"web_commit_signoff_required": {
69073
+
"description": "Whether to require contributors to sign off on web-based commits",
0 commit comments