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-next/api.github.com/api.github.com.json
+55Lines changed: 55 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7091,6 +7091,11 @@
7091
7091
"description": "Whether organization members can fork private organization repositories.",
7092
7092
"default": false
7093
7093
},
7094
+
"web_commit_signoff_required": {
7095
+
"type": "boolean",
7096
+
"description": "Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface.",
7097
+
"default": false
7098
+
},
7094
7099
"blog": {
7095
7100
"type": "string",
7096
7101
"examples": [
@@ -19181,6 +19186,11 @@
19181
19186
"type": "boolean",
19182
19187
"description": "Either `true` to allow private forks, or `false` to prevent private forks.",
19183
19188
"default": false
19189
+
},
19190
+
"web_commit_signoff_required": {
19191
+
"type": "boolean",
19192
+
"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.",
19193
+
"default": false
19184
19194
}
19185
19195
}
19186
19196
},
@@ -60745,6 +60755,11 @@
60745
60755
"description": "Whether to allow forking this repo",
60746
60756
"type": "boolean"
60747
60757
},
60758
+
"web_commit_signoff_required": {
60759
+
"description": "Whether to require contributors to sign off on web-based commits",
60760
+
"default": false,
60761
+
"type": "boolean"
60762
+
},
60748
60763
"subscribers_count": {
60749
60764
"type": "integer"
60750
60765
},
@@ -65795,6 +65810,12 @@
65795
65810
},
65796
65811
"allow_forking": {
65797
65812
"type": "boolean"
65813
+
},
65814
+
"web_commit_signoff_required": {
65815
+
"type": "boolean",
65816
+
"examples": [
65817
+
false
65818
+
]
65798
65819
}
65799
65820
},
65800
65821
"required": [
@@ -66331,6 +66352,12 @@
66331
66352
false
66332
66353
]
66333
66354
},
66355
+
"web_commit_signoff_required": {
66356
+
"type": "boolean",
66357
+
"examples": [
66358
+
false
66359
+
]
66360
+
},
66334
66361
"updated_at": {
66335
66362
"type": "string",
66336
66363
"format": "date-time"
@@ -69616,6 +69643,14 @@
69616
69643
false
69617
69644
]
69618
69645
},
69646
+
"web_commit_signoff_required": {
69647
+
"description": "Whether to require contributors to sign off on web-based commits",
0 commit comments