@octokit/openapi 7.4.0 → 7.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +938 -1
- package/generated/api.github.com.json +55 -1
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +1 -1
- package/generated/ghes-3.2.deref.json +1 -1
- package/generated/ghes-3.2.json +1 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
- package/generated/ghes-3.3.deref.json +1 -3
- package/generated/ghes-3.3.json +1 -2
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
- package/generated/ghes-3.4.deref.json +1 -3
- package/generated/ghes-3.4.json +1 -2
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +784 -135
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +51464 -35140
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +7876 -3454
- package/generated/ghes-3.5.deref.json +85 -15
- package/generated/ghes-3.5.json +85 -14
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +44 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +30 -1
- package/generated/ghes-3.6.deref.json +735 -1
- package/generated/ghes-3.6.json +51 -1
- package/generated/github.ae-diff-to-api.github.com.deref.json +589 -1
- package/generated/github.ae-diff-to-api.github.com.json +31 -1
- package/generated/github.ae.deref.json +678 -1
- package/generated/github.ae.json +51 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.5.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -9828,6 +9828,11 @@
|
|
|
9828
9828
|
"description": "Whether to allow forking this repo",
|
|
9829
9829
|
"type": "boolean"
|
|
9830
9830
|
},
|
|
9831
|
+
"web_commit_signoff_required": {
|
|
9832
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
9833
|
+
"default": false,
|
|
9834
|
+
"type": "boolean"
|
|
9835
|
+
},
|
|
9831
9836
|
"subscribers_count": {
|
|
9832
9837
|
"type": "integer"
|
|
9833
9838
|
},
|
|
@@ -19761,6 +19766,11 @@
|
|
|
19761
19766
|
"description": "Whether to allow forking this repo",
|
|
19762
19767
|
"type": "boolean"
|
|
19763
19768
|
},
|
|
19769
|
+
"web_commit_signoff_required": {
|
|
19770
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
19771
|
+
"default": false,
|
|
19772
|
+
"type": "boolean"
|
|
19773
|
+
},
|
|
19764
19774
|
"subscribers_count": {
|
|
19765
19775
|
"type": "integer"
|
|
19766
19776
|
},
|
|
@@ -20970,6 +20980,11 @@
|
|
|
20970
20980
|
"description": "Whether to allow forking this repo",
|
|
20971
20981
|
"type": "boolean"
|
|
20972
20982
|
},
|
|
20983
|
+
"web_commit_signoff_required": {
|
|
20984
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
20985
|
+
"default": false,
|
|
20986
|
+
"type": "boolean"
|
|
20987
|
+
},
|
|
20973
20988
|
"subscribers_count": {
|
|
20974
20989
|
"type": "integer"
|
|
20975
20990
|
},
|
|
@@ -33168,6 +33183,11 @@
|
|
|
33168
33183
|
"description": "Whether to allow forking this repo",
|
|
33169
33184
|
"type": "boolean"
|
|
33170
33185
|
},
|
|
33186
|
+
"web_commit_signoff_required": {
|
|
33187
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
33188
|
+
"default": false,
|
|
33189
|
+
"type": "boolean"
|
|
33190
|
+
},
|
|
33171
33191
|
"subscribers_count": {
|
|
33172
33192
|
"type": "integer"
|
|
33173
33193
|
},
|
|
@@ -35558,6 +35578,11 @@
|
|
|
35558
35578
|
"description": "Whether to allow forking this repo",
|
|
35559
35579
|
"type": "boolean"
|
|
35560
35580
|
},
|
|
35581
|
+
"web_commit_signoff_required": {
|
|
35582
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
35583
|
+
"default": false,
|
|
35584
|
+
"type": "boolean"
|
|
35585
|
+
},
|
|
35561
35586
|
"subscribers_count": {
|
|
35562
35587
|
"type": "integer"
|
|
35563
35588
|
},
|
|
@@ -38650,6 +38675,11 @@
|
|
|
38650
38675
|
"description": "Whether to allow forking this repo",
|
|
38651
38676
|
"type": "boolean"
|
|
38652
38677
|
},
|
|
38678
|
+
"web_commit_signoff_required": {
|
|
38679
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
38680
|
+
"default": false,
|
|
38681
|
+
"type": "boolean"
|
|
38682
|
+
},
|
|
38653
38683
|
"subscribers_count": {
|
|
38654
38684
|
"type": "integer"
|
|
38655
38685
|
},
|
|
@@ -38829,6 +38859,10 @@
|
|
|
38829
38859
|
},
|
|
38830
38860
|
"allow_forking": {
|
|
38831
38861
|
"type": "boolean"
|
|
38862
|
+
},
|
|
38863
|
+
"web_commit_signoff_required": {
|
|
38864
|
+
"type": "boolean",
|
|
38865
|
+
"example": false
|
|
38832
38866
|
}
|
|
38833
38867
|
},
|
|
38834
38868
|
"required": [
|
|
@@ -40792,6 +40826,11 @@
|
|
|
40792
40826
|
"description": "Whether to allow forking this repo",
|
|
40793
40827
|
"type": "boolean"
|
|
40794
40828
|
},
|
|
40829
|
+
"web_commit_signoff_required": {
|
|
40830
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
40831
|
+
"default": false,
|
|
40832
|
+
"type": "boolean"
|
|
40833
|
+
},
|
|
40795
40834
|
"subscribers_count": {
|
|
40796
40835
|
"type": "integer"
|
|
40797
40836
|
},
|
|
@@ -40971,6 +41010,10 @@
|
|
|
40971
41010
|
},
|
|
40972
41011
|
"allow_forking": {
|
|
40973
41012
|
"type": "boolean"
|
|
41013
|
+
},
|
|
41014
|
+
"web_commit_signoff_required": {
|
|
41015
|
+
"type": "boolean",
|
|
41016
|
+
"example": false
|
|
40974
41017
|
}
|
|
40975
41018
|
},
|
|
40976
41019
|
"required": [
|
|
@@ -42184,6 +42227,10 @@
|
|
|
42184
42227
|
"example": false,
|
|
42185
42228
|
"nullable": true
|
|
42186
42229
|
},
|
|
42230
|
+
"web_commit_signoff_required": {
|
|
42231
|
+
"type": "boolean",
|
|
42232
|
+
"example": false
|
|
42233
|
+
},
|
|
42187
42234
|
"updated_at": {
|
|
42188
42235
|
"type": "string",
|
|
42189
42236
|
"format": "date-time"
|
|
@@ -42432,6 +42479,11 @@
|
|
|
42432
42479
|
"description": "Whether organization members can fork private organization repositories.",
|
|
42433
42480
|
"default": false
|
|
42434
42481
|
},
|
|
42482
|
+
"web_commit_signoff_required": {
|
|
42483
|
+
"type": "boolean",
|
|
42484
|
+
"description": "Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface.",
|
|
42485
|
+
"default": false
|
|
42486
|
+
},
|
|
42435
42487
|
"blog": {
|
|
42436
42488
|
"type": "string",
|
|
42437
42489
|
"example": "\"http://github.blog\""
|
|
@@ -42689,6 +42741,10 @@
|
|
|
42689
42741
|
"example": false,
|
|
42690
42742
|
"nullable": true
|
|
42691
42743
|
},
|
|
42744
|
+
"web_commit_signoff_required": {
|
|
42745
|
+
"type": "boolean",
|
|
42746
|
+
"example": false
|
|
42747
|
+
},
|
|
42692
42748
|
"updated_at": {
|
|
42693
42749
|
"type": "string",
|
|
42694
42750
|
"format": "date-time"
|
|
@@ -42772,6 +42828,7 @@
|
|
|
42772
42828
|
"members_can_create_public_pages": true,
|
|
42773
42829
|
"members_can_create_private_pages": true,
|
|
42774
42830
|
"members_can_fork_private_repositories": false,
|
|
42831
|
+
"web_commit_signoff_required": false,
|
|
42775
42832
|
"updated_at": "2014-03-03T18:58:10Z"
|
|
42776
42833
|
}
|
|
42777
42834
|
}
|
|
@@ -44141,6 +44198,11 @@
|
|
|
44141
44198
|
"description": "Whether to allow forking this repo",
|
|
44142
44199
|
"type": "boolean"
|
|
44143
44200
|
},
|
|
44201
|
+
"web_commit_signoff_required": {
|
|
44202
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
44203
|
+
"default": false,
|
|
44204
|
+
"type": "boolean"
|
|
44205
|
+
},
|
|
44144
44206
|
"subscribers_count": {
|
|
44145
44207
|
"type": "integer"
|
|
44146
44208
|
},
|
|
@@ -46773,6 +46835,11 @@
|
|
|
46773
46835
|
"description": "Whether to allow forking this repo",
|
|
46774
46836
|
"type": "boolean"
|
|
46775
46837
|
},
|
|
46838
|
+
"web_commit_signoff_required": {
|
|
46839
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
46840
|
+
"default": false,
|
|
46841
|
+
"type": "boolean"
|
|
46842
|
+
},
|
|
46776
46843
|
"subscribers_count": {
|
|
46777
46844
|
"type": "integer"
|
|
46778
46845
|
},
|
|
@@ -47982,6 +48049,11 @@
|
|
|
47982
48049
|
"description": "Whether to allow forking this repo",
|
|
47983
48050
|
"type": "boolean"
|
|
47984
48051
|
},
|
|
48052
|
+
"web_commit_signoff_required": {
|
|
48053
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
48054
|
+
"default": false,
|
|
48055
|
+
"type": "boolean"
|
|
48056
|
+
},
|
|
47985
48057
|
"subscribers_count": {
|
|
47986
48058
|
"type": "integer"
|
|
47987
48059
|
},
|
|
@@ -50336,6 +50408,11 @@
|
|
|
50336
50408
|
"description": "Whether to allow forking this repo",
|
|
50337
50409
|
"type": "boolean"
|
|
50338
50410
|
},
|
|
50411
|
+
"web_commit_signoff_required": {
|
|
50412
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
50413
|
+
"default": false,
|
|
50414
|
+
"type": "boolean"
|
|
50415
|
+
},
|
|
50339
50416
|
"subscribers_count": {
|
|
50340
50417
|
"type": "integer"
|
|
50341
50418
|
},
|
|
@@ -50515,6 +50592,10 @@
|
|
|
50515
50592
|
},
|
|
50516
50593
|
"allow_forking": {
|
|
50517
50594
|
"type": "boolean"
|
|
50595
|
+
},
|
|
50596
|
+
"web_commit_signoff_required": {
|
|
50597
|
+
"type": "boolean",
|
|
50598
|
+
"example": false
|
|
50518
50599
|
}
|
|
50519
50600
|
},
|
|
50520
50601
|
"required": [
|
|
@@ -57553,6 +57634,11 @@
|
|
|
57553
57634
|
"description": "Whether to allow forking this repo",
|
|
57554
57635
|
"type": "boolean"
|
|
57555
57636
|
},
|
|
57637
|
+
"web_commit_signoff_required": {
|
|
57638
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
57639
|
+
"default": false,
|
|
57640
|
+
"type": "boolean"
|
|
57641
|
+
},
|
|
57556
57642
|
"subscribers_count": {
|
|
57557
57643
|
"type": "integer"
|
|
57558
57644
|
},
|
|
@@ -60952,6 +61038,11 @@
|
|
|
60952
61038
|
"description": "Whether to allow forking this repo",
|
|
60953
61039
|
"type": "boolean"
|
|
60954
61040
|
},
|
|
61041
|
+
"web_commit_signoff_required": {
|
|
61042
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
61043
|
+
"default": false,
|
|
61044
|
+
"type": "boolean"
|
|
61045
|
+
},
|
|
60955
61046
|
"subscribers_count": {
|
|
60956
61047
|
"type": "integer"
|
|
60957
61048
|
},
|
|
@@ -62568,6 +62659,11 @@
|
|
|
62568
62659
|
"description": "Whether to allow forking this repo",
|
|
62569
62660
|
"type": "boolean"
|
|
62570
62661
|
},
|
|
62662
|
+
"web_commit_signoff_required": {
|
|
62663
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
62664
|
+
"default": false,
|
|
62665
|
+
"type": "boolean"
|
|
62666
|
+
},
|
|
62571
62667
|
"subscribers_count": {
|
|
62572
62668
|
"type": "integer"
|
|
62573
62669
|
},
|
|
@@ -64213,6 +64309,11 @@
|
|
|
64213
64309
|
"description": "Whether to allow forking this repo",
|
|
64214
64310
|
"type": "boolean"
|
|
64215
64311
|
},
|
|
64312
|
+
"web_commit_signoff_required": {
|
|
64313
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
64314
|
+
"default": false,
|
|
64315
|
+
"type": "boolean"
|
|
64316
|
+
},
|
|
64216
64317
|
"subscribers_count": {
|
|
64217
64318
|
"type": "integer"
|
|
64218
64319
|
},
|
|
@@ -67349,6 +67450,11 @@
|
|
|
67349
67450
|
"description": "Whether to allow forking this repo",
|
|
67350
67451
|
"type": "boolean"
|
|
67351
67452
|
},
|
|
67453
|
+
"web_commit_signoff_required": {
|
|
67454
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
67455
|
+
"default": false,
|
|
67456
|
+
"type": "boolean"
|
|
67457
|
+
},
|
|
67352
67458
|
"subscribers_count": {
|
|
67353
67459
|
"type": "integer"
|
|
67354
67460
|
},
|
|
@@ -67528,6 +67634,10 @@
|
|
|
67528
67634
|
},
|
|
67529
67635
|
"allow_forking": {
|
|
67530
67636
|
"type": "boolean"
|
|
67637
|
+
},
|
|
67638
|
+
"web_commit_signoff_required": {
|
|
67639
|
+
"type": "boolean",
|
|
67640
|
+
"example": false
|
|
67531
67641
|
}
|
|
67532
67642
|
},
|
|
67533
67643
|
"required": [
|
|
@@ -68910,6 +69020,11 @@
|
|
|
68910
69020
|
"description": "Whether to allow forking this repo",
|
|
68911
69021
|
"type": "boolean"
|
|
68912
69022
|
},
|
|
69023
|
+
"web_commit_signoff_required": {
|
|
69024
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
69025
|
+
"default": false,
|
|
69026
|
+
"type": "boolean"
|
|
69027
|
+
},
|
|
68913
69028
|
"subscribers_count": {
|
|
68914
69029
|
"type": "integer"
|
|
68915
69030
|
},
|
|
@@ -70016,6 +70131,10 @@
|
|
|
70016
70131
|
"example": false,
|
|
70017
70132
|
"nullable": true
|
|
70018
70133
|
},
|
|
70134
|
+
"web_commit_signoff_required": {
|
|
70135
|
+
"type": "boolean",
|
|
70136
|
+
"example": false
|
|
70137
|
+
},
|
|
70019
70138
|
"updated_at": {
|
|
70020
70139
|
"type": "string",
|
|
70021
70140
|
"format": "date-time"
|
|
@@ -70653,6 +70772,10 @@
|
|
|
70653
70772
|
"example": false,
|
|
70654
70773
|
"nullable": true
|
|
70655
70774
|
},
|
|
70775
|
+
"web_commit_signoff_required": {
|
|
70776
|
+
"type": "boolean",
|
|
70777
|
+
"example": false
|
|
70778
|
+
},
|
|
70656
70779
|
"updated_at": {
|
|
70657
70780
|
"type": "string",
|
|
70658
70781
|
"format": "date-time"
|
|
@@ -71271,6 +71394,10 @@
|
|
|
71271
71394
|
"example": false,
|
|
71272
71395
|
"nullable": true
|
|
71273
71396
|
},
|
|
71397
|
+
"web_commit_signoff_required": {
|
|
71398
|
+
"type": "boolean",
|
|
71399
|
+
"example": false
|
|
71400
|
+
},
|
|
71274
71401
|
"updated_at": {
|
|
71275
71402
|
"type": "string",
|
|
71276
71403
|
"format": "date-time"
|
|
@@ -79569,6 +79696,11 @@
|
|
|
79569
79696
|
"description": "Whether to allow forking this repo",
|
|
79570
79697
|
"type": "boolean"
|
|
79571
79698
|
},
|
|
79699
|
+
"web_commit_signoff_required": {
|
|
79700
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
79701
|
+
"default": false,
|
|
79702
|
+
"type": "boolean"
|
|
79703
|
+
},
|
|
79572
79704
|
"subscribers_count": {
|
|
79573
79705
|
"type": "integer"
|
|
79574
79706
|
},
|
|
@@ -79748,6 +79880,10 @@
|
|
|
79748
79880
|
},
|
|
79749
79881
|
"allow_forking": {
|
|
79750
79882
|
"type": "boolean"
|
|
79883
|
+
},
|
|
79884
|
+
"web_commit_signoff_required": {
|
|
79885
|
+
"type": "boolean",
|
|
79886
|
+
"example": false
|
|
79751
79887
|
}
|
|
79752
79888
|
},
|
|
79753
79889
|
"required": [
|
|
@@ -81536,6 +81672,11 @@
|
|
|
81536
81672
|
"description": "Whether to allow forking this repo",
|
|
81537
81673
|
"type": "boolean"
|
|
81538
81674
|
},
|
|
81675
|
+
"web_commit_signoff_required": {
|
|
81676
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
81677
|
+
"default": false,
|
|
81678
|
+
"type": "boolean"
|
|
81679
|
+
},
|
|
81539
81680
|
"subscribers_count": {
|
|
81540
81681
|
"type": "integer"
|
|
81541
81682
|
},
|
|
@@ -81666,6 +81807,12 @@
|
|
|
81666
81807
|
"type": "boolean",
|
|
81667
81808
|
"example": false
|
|
81668
81809
|
},
|
|
81810
|
+
"web_commit_signoff_required": {
|
|
81811
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
81812
|
+
"default": false,
|
|
81813
|
+
"type": "boolean",
|
|
81814
|
+
"example": false
|
|
81815
|
+
},
|
|
81669
81816
|
"subscribers_count": {
|
|
81670
81817
|
"type": "integer"
|
|
81671
81818
|
},
|
|
@@ -89514,6 +89661,11 @@
|
|
|
89514
89661
|
"description": "Whether to allow forking this repo",
|
|
89515
89662
|
"type": "boolean"
|
|
89516
89663
|
},
|
|
89664
|
+
"web_commit_signoff_required": {
|
|
89665
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
89666
|
+
"default": false,
|
|
89667
|
+
"type": "boolean"
|
|
89668
|
+
},
|
|
89517
89669
|
"subscribers_count": {
|
|
89518
89670
|
"type": "integer"
|
|
89519
89671
|
},
|
|
@@ -89643,6 +89795,10 @@
|
|
|
89643
89795
|
"type": "boolean",
|
|
89644
89796
|
"example": true
|
|
89645
89797
|
},
|
|
89798
|
+
"web_commit_signoff_required": {
|
|
89799
|
+
"type": "boolean",
|
|
89800
|
+
"example": false
|
|
89801
|
+
},
|
|
89646
89802
|
"subscribers_count": {
|
|
89647
89803
|
"type": "integer",
|
|
89648
89804
|
"example": 42
|
|
@@ -90825,6 +90981,11 @@
|
|
|
90825
90981
|
"description": "Whether to allow forking this repo",
|
|
90826
90982
|
"type": "boolean"
|
|
90827
90983
|
},
|
|
90984
|
+
"web_commit_signoff_required": {
|
|
90985
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
90986
|
+
"default": false,
|
|
90987
|
+
"type": "boolean"
|
|
90988
|
+
},
|
|
90828
90989
|
"subscribers_count": {
|
|
90829
90990
|
"type": "integer"
|
|
90830
90991
|
},
|
|
@@ -91933,6 +92094,11 @@
|
|
|
91933
92094
|
"description": "Whether to allow forking this repo",
|
|
91934
92095
|
"type": "boolean"
|
|
91935
92096
|
},
|
|
92097
|
+
"web_commit_signoff_required": {
|
|
92098
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
92099
|
+
"default": false,
|
|
92100
|
+
"type": "boolean"
|
|
92101
|
+
},
|
|
91936
92102
|
"subscribers_count": {
|
|
91937
92103
|
"type": "integer"
|
|
91938
92104
|
},
|
|
@@ -93010,6 +93176,11 @@
|
|
|
93010
93176
|
"type": "boolean",
|
|
93011
93177
|
"description": "Either `true` to allow private forks, or `false` to prevent private forks.",
|
|
93012
93178
|
"default": false
|
|
93179
|
+
},
|
|
93180
|
+
"web_commit_signoff_required": {
|
|
93181
|
+
"type": "boolean",
|
|
93182
|
+
"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.",
|
|
93183
|
+
"default": false
|
|
93013
93184
|
}
|
|
93014
93185
|
}
|
|
93015
93186
|
},
|
|
@@ -94512,6 +94683,11 @@
|
|
|
94512
94683
|
"description": "Whether to allow forking this repo",
|
|
94513
94684
|
"type": "boolean"
|
|
94514
94685
|
},
|
|
94686
|
+
"web_commit_signoff_required": {
|
|
94687
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
94688
|
+
"default": false,
|
|
94689
|
+
"type": "boolean"
|
|
94690
|
+
},
|
|
94515
94691
|
"subscribers_count": {
|
|
94516
94692
|
"type": "integer"
|
|
94517
94693
|
},
|
|
@@ -94641,6 +94817,10 @@
|
|
|
94641
94817
|
"type": "boolean",
|
|
94642
94818
|
"example": true
|
|
94643
94819
|
},
|
|
94820
|
+
"web_commit_signoff_required": {
|
|
94821
|
+
"type": "boolean",
|
|
94822
|
+
"example": false
|
|
94823
|
+
},
|
|
94644
94824
|
"subscribers_count": {
|
|
94645
94825
|
"type": "integer",
|
|
94646
94826
|
"example": 42
|
|
@@ -95823,6 +96003,11 @@
|
|
|
95823
96003
|
"description": "Whether to allow forking this repo",
|
|
95824
96004
|
"type": "boolean"
|
|
95825
96005
|
},
|
|
96006
|
+
"web_commit_signoff_required": {
|
|
96007
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
96008
|
+
"default": false,
|
|
96009
|
+
"type": "boolean"
|
|
96010
|
+
},
|
|
95826
96011
|
"subscribers_count": {
|
|
95827
96012
|
"type": "integer"
|
|
95828
96013
|
},
|
|
@@ -96931,6 +97116,11 @@
|
|
|
96931
97116
|
"description": "Whether to allow forking this repo",
|
|
96932
97117
|
"type": "boolean"
|
|
96933
97118
|
},
|
|
97119
|
+
"web_commit_signoff_required": {
|
|
97120
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
97121
|
+
"default": false,
|
|
97122
|
+
"type": "boolean"
|
|
97123
|
+
},
|
|
96934
97124
|
"subscribers_count": {
|
|
96935
97125
|
"type": "integer"
|
|
96936
97126
|
},
|
|
@@ -97441,6 +97631,7 @@
|
|
|
97441
97631
|
"delete_branch_on_merge": true,
|
|
97442
97632
|
"allow_merge_commit": true,
|
|
97443
97633
|
"allow_forking": true,
|
|
97634
|
+
"web_commit_signoff_required": false,
|
|
97444
97635
|
"subscribers_count": 42,
|
|
97445
97636
|
"network_count": 0,
|
|
97446
97637
|
"organization": {
|
|
@@ -100727,6 +100918,11 @@
|
|
|
100727
100918
|
"description": "Whether to allow forking this repo",
|
|
100728
100919
|
"type": "boolean"
|
|
100729
100920
|
},
|
|
100921
|
+
"web_commit_signoff_required": {
|
|
100922
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
100923
|
+
"default": false,
|
|
100924
|
+
"type": "boolean"
|
|
100925
|
+
},
|
|
100730
100926
|
"subscribers_count": {
|
|
100731
100927
|
"type": "integer"
|
|
100732
100928
|
},
|
|
@@ -101945,6 +102141,11 @@
|
|
|
101945
102141
|
"description": "Whether to allow forking this repo",
|
|
101946
102142
|
"type": "boolean"
|
|
101947
102143
|
},
|
|
102144
|
+
"web_commit_signoff_required": {
|
|
102145
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
102146
|
+
"default": false,
|
|
102147
|
+
"type": "boolean"
|
|
102148
|
+
},
|
|
101948
102149
|
"subscribers_count": {
|
|
101949
102150
|
"type": "integer"
|
|
101950
102151
|
},
|
|
@@ -104441,6 +104642,11 @@
|
|
|
104441
104642
|
"description": "Whether to allow forking this repo",
|
|
104442
104643
|
"type": "boolean"
|
|
104443
104644
|
},
|
|
104645
|
+
"web_commit_signoff_required": {
|
|
104646
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
104647
|
+
"default": false,
|
|
104648
|
+
"type": "boolean"
|
|
104649
|
+
},
|
|
104444
104650
|
"subscribers_count": {
|
|
104445
104651
|
"type": "integer"
|
|
104446
104652
|
},
|
|
@@ -104620,6 +104826,10 @@
|
|
|
104620
104826
|
},
|
|
104621
104827
|
"allow_forking": {
|
|
104622
104828
|
"type": "boolean"
|
|
104829
|
+
},
|
|
104830
|
+
"web_commit_signoff_required": {
|
|
104831
|
+
"type": "boolean",
|
|
104832
|
+
"example": false
|
|
104623
104833
|
}
|
|
104624
104834
|
},
|
|
104625
104835
|
"required": [
|
|
@@ -106118,6 +106328,11 @@
|
|
|
106118
106328
|
"description": "Whether to allow forking this repo",
|
|
106119
106329
|
"type": "boolean"
|
|
106120
106330
|
},
|
|
106331
|
+
"web_commit_signoff_required": {
|
|
106332
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
106333
|
+
"default": false,
|
|
106334
|
+
"type": "boolean"
|
|
106335
|
+
},
|
|
106121
106336
|
"subscribers_count": {
|
|
106122
106337
|
"type": "integer"
|
|
106123
106338
|
},
|
|
@@ -106297,6 +106512,10 @@
|
|
|
106297
106512
|
},
|
|
106298
106513
|
"allow_forking": {
|
|
106299
106514
|
"type": "boolean"
|
|
106515
|
+
},
|
|
106516
|
+
"web_commit_signoff_required": {
|
|
106517
|
+
"type": "boolean",
|
|
106518
|
+
"example": false
|
|
106300
106519
|
}
|
|
106301
106520
|
},
|
|
106302
106521
|
"required": [
|
|
@@ -108697,6 +108916,11 @@
|
|
|
108697
108916
|
"description": "Whether to allow forking this repo",
|
|
108698
108917
|
"type": "boolean"
|
|
108699
108918
|
},
|
|
108919
|
+
"web_commit_signoff_required": {
|
|
108920
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
108921
|
+
"default": false,
|
|
108922
|
+
"type": "boolean"
|
|
108923
|
+
},
|
|
108700
108924
|
"subscribers_count": {
|
|
108701
108925
|
"type": "integer"
|
|
108702
108926
|
},
|
|
@@ -108876,6 +109100,10 @@
|
|
|
108876
109100
|
},
|
|
108877
109101
|
"allow_forking": {
|
|
108878
109102
|
"type": "boolean"
|
|
109103
|
+
},
|
|
109104
|
+
"web_commit_signoff_required": {
|
|
109105
|
+
"type": "boolean",
|
|
109106
|
+
"example": false
|
|
108879
109107
|
}
|
|
108880
109108
|
},
|
|
108881
109109
|
"required": [
|
|
@@ -110374,6 +110602,11 @@
|
|
|
110374
110602
|
"description": "Whether to allow forking this repo",
|
|
110375
110603
|
"type": "boolean"
|
|
110376
110604
|
},
|
|
110605
|
+
"web_commit_signoff_required": {
|
|
110606
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
110607
|
+
"default": false,
|
|
110608
|
+
"type": "boolean"
|
|
110609
|
+
},
|
|
110377
110610
|
"subscribers_count": {
|
|
110378
110611
|
"type": "integer"
|
|
110379
110612
|
},
|
|
@@ -110553,6 +110786,10 @@
|
|
|
110553
110786
|
},
|
|
110554
110787
|
"allow_forking": {
|
|
110555
110788
|
"type": "boolean"
|
|
110789
|
+
},
|
|
110790
|
+
"web_commit_signoff_required": {
|
|
110791
|
+
"type": "boolean",
|
|
110792
|
+
"example": false
|
|
110556
110793
|
}
|
|
110557
110794
|
},
|
|
110558
110795
|
"required": [
|
|
@@ -113254,6 +113491,11 @@
|
|
|
113254
113491
|
"description": "Whether to allow forking this repo",
|
|
113255
113492
|
"type": "boolean"
|
|
113256
113493
|
},
|
|
113494
|
+
"web_commit_signoff_required": {
|
|
113495
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
113496
|
+
"default": false,
|
|
113497
|
+
"type": "boolean"
|
|
113498
|
+
},
|
|
113257
113499
|
"subscribers_count": {
|
|
113258
113500
|
"type": "integer"
|
|
113259
113501
|
},
|
|
@@ -113433,6 +113675,10 @@
|
|
|
113433
113675
|
},
|
|
113434
113676
|
"allow_forking": {
|
|
113435
113677
|
"type": "boolean"
|
|
113678
|
+
},
|
|
113679
|
+
"web_commit_signoff_required": {
|
|
113680
|
+
"type": "boolean",
|
|
113681
|
+
"example": false
|
|
113436
113682
|
}
|
|
113437
113683
|
},
|
|
113438
113684
|
"required": [
|
|
@@ -114931,6 +115177,11 @@
|
|
|
114931
115177
|
"description": "Whether to allow forking this repo",
|
|
114932
115178
|
"type": "boolean"
|
|
114933
115179
|
},
|
|
115180
|
+
"web_commit_signoff_required": {
|
|
115181
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
115182
|
+
"default": false,
|
|
115183
|
+
"type": "boolean"
|
|
115184
|
+
},
|
|
114934
115185
|
"subscribers_count": {
|
|
114935
115186
|
"type": "integer"
|
|
114936
115187
|
},
|
|
@@ -115110,6 +115361,10 @@
|
|
|
115110
115361
|
},
|
|
115111
115362
|
"allow_forking": {
|
|
115112
115363
|
"type": "boolean"
|
|
115364
|
+
},
|
|
115365
|
+
"web_commit_signoff_required": {
|
|
115366
|
+
"type": "boolean",
|
|
115367
|
+
"example": false
|
|
115113
115368
|
}
|
|
115114
115369
|
},
|
|
115115
115370
|
"required": [
|
|
@@ -120187,6 +120442,11 @@
|
|
|
120187
120442
|
"description": "Whether to allow forking this repo",
|
|
120188
120443
|
"type": "boolean"
|
|
120189
120444
|
},
|
|
120445
|
+
"web_commit_signoff_required": {
|
|
120446
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
120447
|
+
"default": false,
|
|
120448
|
+
"type": "boolean"
|
|
120449
|
+
},
|
|
120190
120450
|
"subscribers_count": {
|
|
120191
120451
|
"type": "integer"
|
|
120192
120452
|
},
|
|
@@ -120366,6 +120626,10 @@
|
|
|
120366
120626
|
},
|
|
120367
120627
|
"allow_forking": {
|
|
120368
120628
|
"type": "boolean"
|
|
120629
|
+
},
|
|
120630
|
+
"web_commit_signoff_required": {
|
|
120631
|
+
"type": "boolean",
|
|
120632
|
+
"example": false
|
|
120369
120633
|
}
|
|
120370
120634
|
},
|
|
120371
120635
|
"required": [
|
|
@@ -121864,6 +122128,11 @@
|
|
|
121864
122128
|
"description": "Whether to allow forking this repo",
|
|
121865
122129
|
"type": "boolean"
|
|
121866
122130
|
},
|
|
122131
|
+
"web_commit_signoff_required": {
|
|
122132
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
122133
|
+
"default": false,
|
|
122134
|
+
"type": "boolean"
|
|
122135
|
+
},
|
|
121867
122136
|
"subscribers_count": {
|
|
121868
122137
|
"type": "integer"
|
|
121869
122138
|
},
|
|
@@ -122043,6 +122312,10 @@
|
|
|
122043
122312
|
},
|
|
122044
122313
|
"allow_forking": {
|
|
122045
122314
|
"type": "boolean"
|
|
122315
|
+
},
|
|
122316
|
+
"web_commit_signoff_required": {
|
|
122317
|
+
"type": "boolean",
|
|
122318
|
+
"example": false
|
|
122046
122319
|
}
|
|
122047
122320
|
},
|
|
122048
122321
|
"required": [
|
|
@@ -146266,6 +146539,11 @@
|
|
|
146266
146539
|
"description": "Whether to allow forking this repo",
|
|
146267
146540
|
"type": "boolean"
|
|
146268
146541
|
},
|
|
146542
|
+
"web_commit_signoff_required": {
|
|
146543
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
146544
|
+
"default": false,
|
|
146545
|
+
"type": "boolean"
|
|
146546
|
+
},
|
|
146269
146547
|
"subscribers_count": {
|
|
146270
146548
|
"type": "integer"
|
|
146271
146549
|
},
|
|
@@ -146445,6 +146723,10 @@
|
|
|
146445
146723
|
},
|
|
146446
146724
|
"allow_forking": {
|
|
146447
146725
|
"type": "boolean"
|
|
146726
|
+
},
|
|
146727
|
+
"web_commit_signoff_required": {
|
|
146728
|
+
"type": "boolean",
|
|
146729
|
+
"example": false
|
|
146448
146730
|
}
|
|
146449
146731
|
},
|
|
146450
146732
|
"required": [
|
|
@@ -148761,6 +149043,11 @@
|
|
|
148761
149043
|
"description": "Whether to allow forking this repo",
|
|
148762
149044
|
"type": "boolean"
|
|
148763
149045
|
},
|
|
149046
|
+
"web_commit_signoff_required": {
|
|
149047
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
149048
|
+
"default": false,
|
|
149049
|
+
"type": "boolean"
|
|
149050
|
+
},
|
|
148764
149051
|
"subscribers_count": {
|
|
148765
149052
|
"type": "integer"
|
|
148766
149053
|
},
|
|
@@ -148940,6 +149227,10 @@
|
|
|
148940
149227
|
},
|
|
148941
149228
|
"allow_forking": {
|
|
148942
149229
|
"type": "boolean"
|
|
149230
|
+
},
|
|
149231
|
+
"web_commit_signoff_required": {
|
|
149232
|
+
"type": "boolean",
|
|
149233
|
+
"example": false
|
|
148943
149234
|
}
|
|
148944
149235
|
},
|
|
148945
149236
|
"required": [
|
|
@@ -150979,6 +151270,11 @@
|
|
|
150979
151270
|
"description": "Whether to allow forking this repo",
|
|
150980
151271
|
"type": "boolean"
|
|
150981
151272
|
},
|
|
151273
|
+
"web_commit_signoff_required": {
|
|
151274
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
151275
|
+
"default": false,
|
|
151276
|
+
"type": "boolean"
|
|
151277
|
+
},
|
|
150982
151278
|
"subscribers_count": {
|
|
150983
151279
|
"type": "integer"
|
|
150984
151280
|
},
|
|
@@ -151158,6 +151454,10 @@
|
|
|
151158
151454
|
},
|
|
151159
151455
|
"allow_forking": {
|
|
151160
151456
|
"type": "boolean"
|
|
151457
|
+
},
|
|
151458
|
+
"web_commit_signoff_required": {
|
|
151459
|
+
"type": "boolean",
|
|
151460
|
+
"example": false
|
|
151161
151461
|
}
|
|
151162
151462
|
},
|
|
151163
151463
|
"required": [
|
|
@@ -153370,6 +153670,11 @@
|
|
|
153370
153670
|
"description": "Whether to allow forking this repo",
|
|
153371
153671
|
"type": "boolean"
|
|
153372
153672
|
},
|
|
153673
|
+
"web_commit_signoff_required": {
|
|
153674
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
153675
|
+
"default": false,
|
|
153676
|
+
"type": "boolean"
|
|
153677
|
+
},
|
|
153373
153678
|
"subscribers_count": {
|
|
153374
153679
|
"type": "integer"
|
|
153375
153680
|
},
|
|
@@ -153549,6 +153854,10 @@
|
|
|
153549
153854
|
},
|
|
153550
153855
|
"allow_forking": {
|
|
153551
153856
|
"type": "boolean"
|
|
153857
|
+
},
|
|
153858
|
+
"web_commit_signoff_required": {
|
|
153859
|
+
"type": "boolean",
|
|
153860
|
+
"example": false
|
|
153552
153861
|
}
|
|
153553
153862
|
},
|
|
153554
153863
|
"required": [
|
|
@@ -160533,6 +160842,11 @@
|
|
|
160533
160842
|
"description": "Whether to allow forking this repo",
|
|
160534
160843
|
"type": "boolean"
|
|
160535
160844
|
},
|
|
160845
|
+
"web_commit_signoff_required": {
|
|
160846
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
160847
|
+
"default": false,
|
|
160848
|
+
"type": "boolean"
|
|
160849
|
+
},
|
|
160536
160850
|
"subscribers_count": {
|
|
160537
160851
|
"type": "integer"
|
|
160538
160852
|
},
|
|
@@ -160712,6 +161026,10 @@
|
|
|
160712
161026
|
},
|
|
160713
161027
|
"allow_forking": {
|
|
160714
161028
|
"type": "boolean"
|
|
161029
|
+
},
|
|
161030
|
+
"web_commit_signoff_required": {
|
|
161031
|
+
"type": "boolean",
|
|
161032
|
+
"example": false
|
|
160715
161033
|
}
|
|
160716
161034
|
},
|
|
160717
161035
|
"required": [
|
|
@@ -167834,6 +168152,11 @@
|
|
|
167834
168152
|
"description": "Whether to allow forking this repo",
|
|
167835
168153
|
"type": "boolean"
|
|
167836
168154
|
},
|
|
168155
|
+
"web_commit_signoff_required": {
|
|
168156
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
168157
|
+
"default": false,
|
|
168158
|
+
"type": "boolean"
|
|
168159
|
+
},
|
|
167837
168160
|
"subscribers_count": {
|
|
167838
168161
|
"type": "integer"
|
|
167839
168162
|
},
|
|
@@ -169083,6 +169406,11 @@
|
|
|
169083
169406
|
"description": "Whether to allow forking this repo",
|
|
169084
169407
|
"type": "boolean"
|
|
169085
169408
|
},
|
|
169409
|
+
"web_commit_signoff_required": {
|
|
169410
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
169411
|
+
"default": false,
|
|
169412
|
+
"type": "boolean"
|
|
169413
|
+
},
|
|
169086
169414
|
"subscribers_count": {
|
|
169087
169415
|
"type": "integer"
|
|
169088
169416
|
},
|
|
@@ -173995,6 +174323,11 @@
|
|
|
173995
174323
|
"description": "Whether to allow forking this repo",
|
|
173996
174324
|
"type": "boolean"
|
|
173997
174325
|
},
|
|
174326
|
+
"web_commit_signoff_required": {
|
|
174327
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
174328
|
+
"default": false,
|
|
174329
|
+
"type": "boolean"
|
|
174330
|
+
},
|
|
173998
174331
|
"subscribers_count": {
|
|
173999
174332
|
"type": "integer"
|
|
174000
174333
|
},
|
|
@@ -174174,6 +174507,10 @@
|
|
|
174174
174507
|
},
|
|
174175
174508
|
"allow_forking": {
|
|
174176
174509
|
"type": "boolean"
|
|
174510
|
+
},
|
|
174511
|
+
"web_commit_signoff_required": {
|
|
174512
|
+
"type": "boolean",
|
|
174513
|
+
"example": false
|
|
174177
174514
|
}
|
|
174178
174515
|
},
|
|
174179
174516
|
"required": [
|
|
@@ -176134,6 +176471,11 @@
|
|
|
176134
176471
|
"description": "Whether to allow forking this repo",
|
|
176135
176472
|
"type": "boolean"
|
|
176136
176473
|
},
|
|
176474
|
+
"web_commit_signoff_required": {
|
|
176475
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
176476
|
+
"default": false,
|
|
176477
|
+
"type": "boolean"
|
|
176478
|
+
},
|
|
176137
176479
|
"subscribers_count": {
|
|
176138
176480
|
"type": "integer"
|
|
176139
176481
|
},
|
|
@@ -176313,6 +176655,10 @@
|
|
|
176313
176655
|
},
|
|
176314
176656
|
"allow_forking": {
|
|
176315
176657
|
"type": "boolean"
|
|
176658
|
+
},
|
|
176659
|
+
"web_commit_signoff_required": {
|
|
176660
|
+
"type": "boolean",
|
|
176661
|
+
"example": false
|
|
176316
176662
|
}
|
|
176317
176663
|
},
|
|
176318
176664
|
"required": [
|
|
@@ -189835,6 +190181,11 @@
|
|
|
189835
190181
|
"description": "Whether to allow forking this repo",
|
|
189836
190182
|
"type": "boolean"
|
|
189837
190183
|
},
|
|
190184
|
+
"web_commit_signoff_required": {
|
|
190185
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
190186
|
+
"default": false,
|
|
190187
|
+
"type": "boolean"
|
|
190188
|
+
},
|
|
189838
190189
|
"subscribers_count": {
|
|
189839
190190
|
"type": "integer"
|
|
189840
190191
|
},
|
|
@@ -192414,6 +192765,11 @@
|
|
|
192414
192765
|
"description": "Whether to allow forking this repo",
|
|
192415
192766
|
"type": "boolean"
|
|
192416
192767
|
},
|
|
192768
|
+
"web_commit_signoff_required": {
|
|
192769
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
192770
|
+
"default": false,
|
|
192771
|
+
"type": "boolean"
|
|
192772
|
+
},
|
|
192417
192773
|
"subscribers_count": {
|
|
192418
192774
|
"type": "integer"
|
|
192419
192775
|
},
|
|
@@ -192593,6 +192949,10 @@
|
|
|
192593
192949
|
},
|
|
192594
192950
|
"allow_forking": {
|
|
192595
192951
|
"type": "boolean"
|
|
192952
|
+
},
|
|
192953
|
+
"web_commit_signoff_required": {
|
|
192954
|
+
"type": "boolean",
|
|
192955
|
+
"example": false
|
|
192596
192956
|
}
|
|
192597
192957
|
},
|
|
192598
192958
|
"required": [
|
|
@@ -194382,6 +194742,11 @@
|
|
|
194382
194742
|
"description": "Whether to allow forking this repo",
|
|
194383
194743
|
"type": "boolean"
|
|
194384
194744
|
},
|
|
194745
|
+
"web_commit_signoff_required": {
|
|
194746
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
194747
|
+
"default": false,
|
|
194748
|
+
"type": "boolean"
|
|
194749
|
+
},
|
|
194385
194750
|
"subscribers_count": {
|
|
194386
194751
|
"type": "integer"
|
|
194387
194752
|
},
|
|
@@ -194511,6 +194876,10 @@
|
|
|
194511
194876
|
"type": "boolean",
|
|
194512
194877
|
"example": true
|
|
194513
194878
|
},
|
|
194879
|
+
"web_commit_signoff_required": {
|
|
194880
|
+
"type": "boolean",
|
|
194881
|
+
"example": false
|
|
194882
|
+
},
|
|
194514
194883
|
"subscribers_count": {
|
|
194515
194884
|
"type": "integer",
|
|
194516
194885
|
"example": 42
|
|
@@ -195693,6 +196062,11 @@
|
|
|
195693
196062
|
"description": "Whether to allow forking this repo",
|
|
195694
196063
|
"type": "boolean"
|
|
195695
196064
|
},
|
|
196065
|
+
"web_commit_signoff_required": {
|
|
196066
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
196067
|
+
"default": false,
|
|
196068
|
+
"type": "boolean"
|
|
196069
|
+
},
|
|
195696
196070
|
"subscribers_count": {
|
|
195697
196071
|
"type": "integer"
|
|
195698
196072
|
},
|
|
@@ -196801,6 +197175,11 @@
|
|
|
196801
197175
|
"description": "Whether to allow forking this repo",
|
|
196802
197176
|
"type": "boolean"
|
|
196803
197177
|
},
|
|
197178
|
+
"web_commit_signoff_required": {
|
|
197179
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
197180
|
+
"default": false,
|
|
197181
|
+
"type": "boolean"
|
|
197182
|
+
},
|
|
196804
197183
|
"subscribers_count": {
|
|
196805
197184
|
"type": "integer"
|
|
196806
197185
|
},
|
|
@@ -197311,6 +197690,7 @@
|
|
|
197311
197690
|
"delete_branch_on_merge": true,
|
|
197312
197691
|
"allow_merge_commit": true,
|
|
197313
197692
|
"allow_forking": true,
|
|
197693
|
+
"web_commit_signoff_required": false,
|
|
197314
197694
|
"subscribers_count": 42,
|
|
197315
197695
|
"network_count": 0,
|
|
197316
197696
|
"organization": {
|
|
@@ -206305,6 +206685,11 @@
|
|
|
206305
206685
|
"description": "Whether to allow forking this repo",
|
|
206306
206686
|
"type": "boolean"
|
|
206307
206687
|
},
|
|
206688
|
+
"web_commit_signoff_required": {
|
|
206689
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
206690
|
+
"default": false,
|
|
206691
|
+
"type": "boolean"
|
|
206692
|
+
},
|
|
206308
206693
|
"subscribers_count": {
|
|
206309
206694
|
"type": "integer"
|
|
206310
206695
|
},
|
|
@@ -206484,6 +206869,10 @@
|
|
|
206484
206869
|
},
|
|
206485
206870
|
"allow_forking": {
|
|
206486
206871
|
"type": "boolean"
|
|
206872
|
+
},
|
|
206873
|
+
"web_commit_signoff_required": {
|
|
206874
|
+
"type": "boolean",
|
|
206875
|
+
"example": false
|
|
206487
206876
|
}
|
|
206488
206877
|
},
|
|
206489
206878
|
"required": [
|
|
@@ -208498,6 +208887,11 @@
|
|
|
208498
208887
|
"description": "Whether to allow forking this repo",
|
|
208499
208888
|
"type": "boolean"
|
|
208500
208889
|
},
|
|
208890
|
+
"web_commit_signoff_required": {
|
|
208891
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
208892
|
+
"default": false,
|
|
208893
|
+
"type": "boolean"
|
|
208894
|
+
},
|
|
208501
208895
|
"subscribers_count": {
|
|
208502
208896
|
"type": "integer"
|
|
208503
208897
|
},
|
|
@@ -208677,6 +209071,10 @@
|
|
|
208677
209071
|
},
|
|
208678
209072
|
"allow_forking": {
|
|
208679
209073
|
"type": "boolean"
|
|
209074
|
+
},
|
|
209075
|
+
"web_commit_signoff_required": {
|
|
209076
|
+
"type": "boolean",
|
|
209077
|
+
"example": false
|
|
208680
209078
|
}
|
|
208681
209079
|
},
|
|
208682
209080
|
"required": [
|
|
@@ -211263,6 +211661,11 @@
|
|
|
211263
211661
|
"description": "Whether to allow forking this repo",
|
|
211264
211662
|
"type": "boolean"
|
|
211265
211663
|
},
|
|
211664
|
+
"web_commit_signoff_required": {
|
|
211665
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
211666
|
+
"default": false,
|
|
211667
|
+
"type": "boolean"
|
|
211668
|
+
},
|
|
211266
211669
|
"subscribers_count": {
|
|
211267
211670
|
"type": "integer"
|
|
211268
211671
|
},
|
|
@@ -214040,6 +214443,11 @@
|
|
|
214040
214443
|
"description": "Whether to allow forking this repo",
|
|
214041
214444
|
"type": "boolean"
|
|
214042
214445
|
},
|
|
214446
|
+
"web_commit_signoff_required": {
|
|
214447
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
214448
|
+
"default": false,
|
|
214449
|
+
"type": "boolean"
|
|
214450
|
+
},
|
|
214043
214451
|
"subscribers_count": {
|
|
214044
214452
|
"type": "integer"
|
|
214045
214453
|
},
|
|
@@ -219985,6 +220393,11 @@
|
|
|
219985
220393
|
"description": "Whether to allow forking this repo",
|
|
219986
220394
|
"type": "boolean"
|
|
219987
220395
|
},
|
|
220396
|
+
"web_commit_signoff_required": {
|
|
220397
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
220398
|
+
"default": false,
|
|
220399
|
+
"type": "boolean"
|
|
220400
|
+
},
|
|
219988
220401
|
"subscribers_count": {
|
|
219989
220402
|
"type": "integer"
|
|
219990
220403
|
},
|
|
@@ -223818,6 +224231,11 @@
|
|
|
223818
224231
|
"description": "Whether to allow forking this repo",
|
|
223819
224232
|
"type": "boolean"
|
|
223820
224233
|
},
|
|
224234
|
+
"web_commit_signoff_required": {
|
|
224235
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
224236
|
+
"default": false,
|
|
224237
|
+
"type": "boolean"
|
|
224238
|
+
},
|
|
223821
224239
|
"subscribers_count": {
|
|
223822
224240
|
"type": "integer"
|
|
223823
224241
|
},
|
|
@@ -227533,6 +227951,11 @@
|
|
|
227533
227951
|
"description": "Whether to allow forking this repo",
|
|
227534
227952
|
"type": "boolean"
|
|
227535
227953
|
},
|
|
227954
|
+
"web_commit_signoff_required": {
|
|
227955
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
227956
|
+
"default": false,
|
|
227957
|
+
"type": "boolean"
|
|
227958
|
+
},
|
|
227536
227959
|
"subscribers_count": {
|
|
227537
227960
|
"type": "integer"
|
|
227538
227961
|
},
|
|
@@ -230276,6 +230699,11 @@
|
|
|
230276
230699
|
"description": "Whether to allow forking this repo",
|
|
230277
230700
|
"type": "boolean"
|
|
230278
230701
|
},
|
|
230702
|
+
"web_commit_signoff_required": {
|
|
230703
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
230704
|
+
"default": false,
|
|
230705
|
+
"type": "boolean"
|
|
230706
|
+
},
|
|
230279
230707
|
"subscribers_count": {
|
|
230280
230708
|
"type": "integer"
|
|
230281
230709
|
},
|
|
@@ -233056,6 +233484,11 @@
|
|
|
233056
233484
|
"description": "Whether to allow forking this repo",
|
|
233057
233485
|
"type": "boolean"
|
|
233058
233486
|
},
|
|
233487
|
+
"web_commit_signoff_required": {
|
|
233488
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
233489
|
+
"default": false,
|
|
233490
|
+
"type": "boolean"
|
|
233491
|
+
},
|
|
233059
233492
|
"subscribers_count": {
|
|
233060
233493
|
"type": "integer"
|
|
233061
233494
|
},
|
|
@@ -256848,6 +257281,11 @@
|
|
|
256848
257281
|
"description": "Whether to allow forking this repo",
|
|
256849
257282
|
"type": "boolean"
|
|
256850
257283
|
},
|
|
257284
|
+
"web_commit_signoff_required": {
|
|
257285
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
257286
|
+
"default": false,
|
|
257287
|
+
"type": "boolean"
|
|
257288
|
+
},
|
|
256851
257289
|
"subscribers_count": {
|
|
256852
257290
|
"type": "integer"
|
|
256853
257291
|
},
|
|
@@ -266055,6 +266493,11 @@
|
|
|
266055
266493
|
"description": "Whether to allow forking this repo",
|
|
266056
266494
|
"type": "boolean"
|
|
266057
266495
|
},
|
|
266496
|
+
"web_commit_signoff_required": {
|
|
266497
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
266498
|
+
"default": false,
|
|
266499
|
+
"type": "boolean"
|
|
266500
|
+
},
|
|
266058
266501
|
"subscribers_count": {
|
|
266059
266502
|
"type": "integer"
|
|
266060
266503
|
},
|
|
@@ -266234,6 +266677,10 @@
|
|
|
266234
266677
|
},
|
|
266235
266678
|
"allow_forking": {
|
|
266236
266679
|
"type": "boolean"
|
|
266680
|
+
},
|
|
266681
|
+
"web_commit_signoff_required": {
|
|
266682
|
+
"type": "boolean",
|
|
266683
|
+
"example": false
|
|
266237
266684
|
}
|
|
266238
266685
|
},
|
|
266239
266686
|
"required": [
|
|
@@ -271582,6 +272029,11 @@
|
|
|
271582
272029
|
"description": "Whether to allow forking this repo",
|
|
271583
272030
|
"type": "boolean"
|
|
271584
272031
|
},
|
|
272032
|
+
"web_commit_signoff_required": {
|
|
272033
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
272034
|
+
"default": false,
|
|
272035
|
+
"type": "boolean"
|
|
272036
|
+
},
|
|
271585
272037
|
"subscribers_count": {
|
|
271586
272038
|
"type": "integer"
|
|
271587
272039
|
},
|
|
@@ -272831,6 +273283,11 @@
|
|
|
272831
273283
|
"description": "Whether to allow forking this repo",
|
|
272832
273284
|
"type": "boolean"
|
|
272833
273285
|
},
|
|
273286
|
+
"web_commit_signoff_required": {
|
|
273287
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
273288
|
+
"default": false,
|
|
273289
|
+
"type": "boolean"
|
|
273290
|
+
},
|
|
272834
273291
|
"subscribers_count": {
|
|
272835
273292
|
"type": "integer"
|
|
272836
273293
|
},
|
|
@@ -275477,6 +275934,9 @@
|
|
|
275477
275934
|
},
|
|
275478
275935
|
"is_template": {
|
|
275479
275936
|
"type": "boolean"
|
|
275937
|
+
},
|
|
275938
|
+
"web_commit_signoff_required": {
|
|
275939
|
+
"type": "boolean"
|
|
275480
275940
|
}
|
|
275481
275941
|
},
|
|
275482
275942
|
"required": [
|
|
@@ -276090,6 +276550,9 @@
|
|
|
276090
276550
|
},
|
|
276091
276551
|
"allow_forking": {
|
|
276092
276552
|
"type": "boolean"
|
|
276553
|
+
},
|
|
276554
|
+
"web_commit_signoff_required": {
|
|
276555
|
+
"type": "boolean"
|
|
276093
276556
|
}
|
|
276094
276557
|
},
|
|
276095
276558
|
"required": [
|
|
@@ -281528,6 +281991,9 @@
|
|
|
281528
281991
|
},
|
|
281529
281992
|
"is_template": {
|
|
281530
281993
|
"type": "boolean"
|
|
281994
|
+
},
|
|
281995
|
+
"web_commit_signoff_required": {
|
|
281996
|
+
"type": "boolean"
|
|
281531
281997
|
}
|
|
281532
281998
|
},
|
|
281533
281999
|
"required": [
|
|
@@ -282141,6 +282607,9 @@
|
|
|
282141
282607
|
},
|
|
282142
282608
|
"allow_forking": {
|
|
282143
282609
|
"type": "boolean"
|
|
282610
|
+
},
|
|
282611
|
+
"web_commit_signoff_required": {
|
|
282612
|
+
"type": "boolean"
|
|
282144
282613
|
}
|
|
282145
282614
|
},
|
|
282146
282615
|
"required": [
|
|
@@ -284895,6 +285364,9 @@
|
|
|
284895
285364
|
},
|
|
284896
285365
|
"is_template": {
|
|
284897
285366
|
"type": "boolean"
|
|
285367
|
+
},
|
|
285368
|
+
"web_commit_signoff_required": {
|
|
285369
|
+
"type": "boolean"
|
|
284898
285370
|
}
|
|
284899
285371
|
},
|
|
284900
285372
|
"required": [
|
|
@@ -285508,6 +285980,9 @@
|
|
|
285508
285980
|
},
|
|
285509
285981
|
"allow_forking": {
|
|
285510
285982
|
"type": "boolean"
|
|
285983
|
+
},
|
|
285984
|
+
"web_commit_signoff_required": {
|
|
285985
|
+
"type": "boolean"
|
|
285511
285986
|
}
|
|
285512
285987
|
},
|
|
285513
285988
|
"required": [
|
|
@@ -292554,6 +293029,11 @@
|
|
|
292554
293029
|
"description": "Whether to allow forking this repo",
|
|
292555
293030
|
"type": "boolean"
|
|
292556
293031
|
},
|
|
293032
|
+
"web_commit_signoff_required": {
|
|
293033
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
293034
|
+
"default": false,
|
|
293035
|
+
"type": "boolean"
|
|
293036
|
+
},
|
|
292557
293037
|
"subscribers_count": {
|
|
292558
293038
|
"type": "integer"
|
|
292559
293039
|
},
|
|
@@ -293803,6 +294283,11 @@
|
|
|
293803
294283
|
"description": "Whether to allow forking this repo",
|
|
293804
294284
|
"type": "boolean"
|
|
293805
294285
|
},
|
|
294286
|
+
"web_commit_signoff_required": {
|
|
294287
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
294288
|
+
"default": false,
|
|
294289
|
+
"type": "boolean"
|
|
294290
|
+
},
|
|
293806
294291
|
"subscribers_count": {
|
|
293807
294292
|
"type": "integer"
|
|
293808
294293
|
},
|
|
@@ -297107,6 +297592,11 @@
|
|
|
297107
297592
|
"description": "Whether to allow forking this repo",
|
|
297108
297593
|
"type": "boolean"
|
|
297109
297594
|
},
|
|
297595
|
+
"web_commit_signoff_required": {
|
|
297596
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
297597
|
+
"default": false,
|
|
297598
|
+
"type": "boolean"
|
|
297599
|
+
},
|
|
297110
297600
|
"subscribers_count": {
|
|
297111
297601
|
"type": "integer"
|
|
297112
297602
|
},
|
|
@@ -298356,6 +298846,11 @@
|
|
|
298356
298846
|
"description": "Whether to allow forking this repo",
|
|
298357
298847
|
"type": "boolean"
|
|
298358
298848
|
},
|
|
298849
|
+
"web_commit_signoff_required": {
|
|
298850
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
298851
|
+
"default": false,
|
|
298852
|
+
"type": "boolean"
|
|
298853
|
+
},
|
|
298359
298854
|
"subscribers_count": {
|
|
298360
298855
|
"type": "integer"
|
|
298361
298856
|
},
|
|
@@ -315377,6 +315872,11 @@
|
|
|
315377
315872
|
"description": "Whether to allow forking this repo",
|
|
315378
315873
|
"type": "boolean"
|
|
315379
315874
|
},
|
|
315875
|
+
"web_commit_signoff_required": {
|
|
315876
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
315877
|
+
"default": false,
|
|
315878
|
+
"type": "boolean"
|
|
315879
|
+
},
|
|
315380
315880
|
"subscribers_count": {
|
|
315381
315881
|
"type": "integer"
|
|
315382
315882
|
},
|
|
@@ -315556,6 +316056,10 @@
|
|
|
315556
316056
|
},
|
|
315557
316057
|
"allow_forking": {
|
|
315558
316058
|
"type": "boolean"
|
|
316059
|
+
},
|
|
316060
|
+
"web_commit_signoff_required": {
|
|
316061
|
+
"type": "boolean",
|
|
316062
|
+
"example": false
|
|
315559
316063
|
}
|
|
315560
316064
|
},
|
|
315561
316065
|
"required": [
|
|
@@ -317023,6 +317527,11 @@
|
|
|
317023
317527
|
"description": "Whether to allow forking this repo",
|
|
317024
317528
|
"type": "boolean"
|
|
317025
317529
|
},
|
|
317530
|
+
"web_commit_signoff_required": {
|
|
317531
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
317532
|
+
"default": false,
|
|
317533
|
+
"type": "boolean"
|
|
317534
|
+
},
|
|
317026
317535
|
"subscribers_count": {
|
|
317027
317536
|
"type": "integer"
|
|
317028
317537
|
},
|
|
@@ -319836,6 +320345,11 @@
|
|
|
319836
320345
|
"description": "Whether to allow forking this repo",
|
|
319837
320346
|
"type": "boolean"
|
|
319838
320347
|
},
|
|
320348
|
+
"web_commit_signoff_required": {
|
|
320349
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
320350
|
+
"default": false,
|
|
320351
|
+
"type": "boolean"
|
|
320352
|
+
},
|
|
319839
320353
|
"subscribers_count": {
|
|
319840
320354
|
"type": "integer"
|
|
319841
320355
|
},
|
|
@@ -320015,6 +320529,10 @@
|
|
|
320015
320529
|
},
|
|
320016
320530
|
"allow_forking": {
|
|
320017
320531
|
"type": "boolean"
|
|
320532
|
+
},
|
|
320533
|
+
"web_commit_signoff_required": {
|
|
320534
|
+
"type": "boolean",
|
|
320535
|
+
"example": false
|
|
320018
320536
|
}
|
|
320019
320537
|
},
|
|
320020
320538
|
"required": [
|
|
@@ -322186,6 +322704,11 @@
|
|
|
322186
322704
|
"description": "Whether to allow forking this repo",
|
|
322187
322705
|
"type": "boolean"
|
|
322188
322706
|
},
|
|
322707
|
+
"web_commit_signoff_required": {
|
|
322708
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
322709
|
+
"default": false,
|
|
322710
|
+
"type": "boolean"
|
|
322711
|
+
},
|
|
322189
322712
|
"subscribers_count": {
|
|
322190
322713
|
"type": "integer"
|
|
322191
322714
|
},
|
|
@@ -322365,6 +322888,10 @@
|
|
|
322365
322888
|
},
|
|
322366
322889
|
"allow_forking": {
|
|
322367
322890
|
"type": "boolean"
|
|
322891
|
+
},
|
|
322892
|
+
"web_commit_signoff_required": {
|
|
322893
|
+
"type": "boolean",
|
|
322894
|
+
"example": false
|
|
322368
322895
|
}
|
|
322369
322896
|
},
|
|
322370
322897
|
"required": [
|
|
@@ -324531,6 +325058,11 @@
|
|
|
324531
325058
|
"description": "Whether to allow forking this repo",
|
|
324532
325059
|
"type": "boolean"
|
|
324533
325060
|
},
|
|
325061
|
+
"web_commit_signoff_required": {
|
|
325062
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
325063
|
+
"default": false,
|
|
325064
|
+
"type": "boolean"
|
|
325065
|
+
},
|
|
324534
325066
|
"subscribers_count": {
|
|
324535
325067
|
"type": "integer"
|
|
324536
325068
|
},
|
|
@@ -326153,6 +326685,10 @@
|
|
|
326153
326685
|
},
|
|
326154
326686
|
"is_template": {
|
|
326155
326687
|
"type": "boolean"
|
|
326688
|
+
},
|
|
326689
|
+
"web_commit_signoff_required": {
|
|
326690
|
+
"type": "boolean",
|
|
326691
|
+
"example": false
|
|
326156
326692
|
}
|
|
326157
326693
|
},
|
|
326158
326694
|
"required": [
|
|
@@ -327615,6 +328151,10 @@
|
|
|
327615
328151
|
"example": false,
|
|
327616
328152
|
"nullable": true
|
|
327617
328153
|
},
|
|
328154
|
+
"web_commit_signoff_required": {
|
|
328155
|
+
"type": "boolean",
|
|
328156
|
+
"example": false
|
|
328157
|
+
},
|
|
327618
328158
|
"updated_at": {
|
|
327619
328159
|
"type": "string",
|
|
327620
328160
|
"format": "date-time"
|
|
@@ -328230,6 +328770,10 @@
|
|
|
328230
328770
|
"example": false,
|
|
328231
328771
|
"nullable": true
|
|
328232
328772
|
},
|
|
328773
|
+
"web_commit_signoff_required": {
|
|
328774
|
+
"type": "boolean",
|
|
328775
|
+
"example": false
|
|
328776
|
+
},
|
|
328233
328777
|
"updated_at": {
|
|
328234
328778
|
"type": "string",
|
|
328235
328779
|
"format": "date-time"
|
|
@@ -328729,6 +329273,10 @@
|
|
|
328729
329273
|
"example": false,
|
|
328730
329274
|
"nullable": true
|
|
328731
329275
|
},
|
|
329276
|
+
"web_commit_signoff_required": {
|
|
329277
|
+
"type": "boolean",
|
|
329278
|
+
"example": false
|
|
329279
|
+
},
|
|
328732
329280
|
"updated_at": {
|
|
328733
329281
|
"type": "string",
|
|
328734
329282
|
"format": "date-time"
|
|
@@ -335558,6 +336106,11 @@
|
|
|
335558
336106
|
"description": "Whether to allow forking this repo",
|
|
335559
336107
|
"type": "boolean"
|
|
335560
336108
|
},
|
|
336109
|
+
"web_commit_signoff_required": {
|
|
336110
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
336111
|
+
"default": false,
|
|
336112
|
+
"type": "boolean"
|
|
336113
|
+
},
|
|
335561
336114
|
"subscribers_count": {
|
|
335562
336115
|
"type": "integer"
|
|
335563
336116
|
},
|
|
@@ -335737,6 +336290,10 @@
|
|
|
335737
336290
|
},
|
|
335738
336291
|
"allow_forking": {
|
|
335739
336292
|
"type": "boolean"
|
|
336293
|
+
},
|
|
336294
|
+
"web_commit_signoff_required": {
|
|
336295
|
+
"type": "boolean",
|
|
336296
|
+
"example": false
|
|
335740
336297
|
}
|
|
335741
336298
|
},
|
|
335742
336299
|
"required": [
|
|
@@ -337545,6 +338102,11 @@
|
|
|
337545
338102
|
"description": "Whether to allow forking this repo",
|
|
337546
338103
|
"type": "boolean"
|
|
337547
338104
|
},
|
|
338105
|
+
"web_commit_signoff_required": {
|
|
338106
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
338107
|
+
"default": false,
|
|
338108
|
+
"type": "boolean"
|
|
338109
|
+
},
|
|
337548
338110
|
"subscribers_count": {
|
|
337549
338111
|
"type": "integer"
|
|
337550
338112
|
},
|
|
@@ -337675,6 +338237,12 @@
|
|
|
337675
338237
|
"type": "boolean",
|
|
337676
338238
|
"example": false
|
|
337677
338239
|
},
|
|
338240
|
+
"web_commit_signoff_required": {
|
|
338241
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
338242
|
+
"default": false,
|
|
338243
|
+
"type": "boolean",
|
|
338244
|
+
"example": false
|
|
338245
|
+
},
|
|
337678
338246
|
"subscribers_count": {
|
|
337679
338247
|
"type": "integer"
|
|
337680
338248
|
},
|
|
@@ -343992,6 +344560,11 @@
|
|
|
343992
344560
|
"description": "Whether to allow forking this repo",
|
|
343993
344561
|
"type": "boolean"
|
|
343994
344562
|
},
|
|
344563
|
+
"web_commit_signoff_required": {
|
|
344564
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
344565
|
+
"default": false,
|
|
344566
|
+
"type": "boolean"
|
|
344567
|
+
},
|
|
343995
344568
|
"subscribers_count": {
|
|
343996
344569
|
"type": "integer"
|
|
343997
344570
|
},
|
|
@@ -346554,6 +347127,11 @@
|
|
|
346554
347127
|
"description": "Whether to allow forking this repo",
|
|
346555
347128
|
"type": "boolean"
|
|
346556
347129
|
},
|
|
347130
|
+
"web_commit_signoff_required": {
|
|
347131
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
347132
|
+
"default": false,
|
|
347133
|
+
"type": "boolean"
|
|
347134
|
+
},
|
|
346557
347135
|
"subscribers_count": {
|
|
346558
347136
|
"type": "integer"
|
|
346559
347137
|
},
|
|
@@ -350707,6 +351285,11 @@
|
|
|
350707
351285
|
"description": "Whether to allow forking this repo",
|
|
350708
351286
|
"type": "boolean"
|
|
350709
351287
|
},
|
|
351288
|
+
"web_commit_signoff_required": {
|
|
351289
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
351290
|
+
"default": false,
|
|
351291
|
+
"type": "boolean"
|
|
351292
|
+
},
|
|
350710
351293
|
"subscribers_count": {
|
|
350711
351294
|
"type": "integer"
|
|
350712
351295
|
},
|
|
@@ -352377,6 +352960,11 @@
|
|
|
352377
352960
|
"description": "Whether to allow forking this repo",
|
|
352378
352961
|
"type": "boolean"
|
|
352379
352962
|
},
|
|
352963
|
+
"web_commit_signoff_required": {
|
|
352964
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
352965
|
+
"default": false,
|
|
352966
|
+
"type": "boolean"
|
|
352967
|
+
},
|
|
352380
352968
|
"subscribers_count": {
|
|
352381
352969
|
"type": "integer"
|
|
352382
352970
|
},
|
|
@@ -354412,6 +355000,11 @@
|
|
|
354412
355000
|
"description": "Whether to allow forking this repo",
|
|
354413
355001
|
"type": "boolean"
|
|
354414
355002
|
},
|
|
355003
|
+
"web_commit_signoff_required": {
|
|
355004
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
355005
|
+
"default": false,
|
|
355006
|
+
"type": "boolean"
|
|
355007
|
+
},
|
|
354415
355008
|
"subscribers_count": {
|
|
354416
355009
|
"type": "integer"
|
|
354417
355010
|
},
|
|
@@ -354591,6 +355184,10 @@
|
|
|
354591
355184
|
},
|
|
354592
355185
|
"allow_forking": {
|
|
354593
355186
|
"type": "boolean"
|
|
355187
|
+
},
|
|
355188
|
+
"web_commit_signoff_required": {
|
|
355189
|
+
"type": "boolean",
|
|
355190
|
+
"example": false
|
|
354594
355191
|
}
|
|
354595
355192
|
},
|
|
354596
355193
|
"required": [
|
|
@@ -356569,6 +357166,11 @@
|
|
|
356569
357166
|
"description": "Whether to allow forking this repo",
|
|
356570
357167
|
"type": "boolean"
|
|
356571
357168
|
},
|
|
357169
|
+
"web_commit_signoff_required": {
|
|
357170
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
357171
|
+
"default": false,
|
|
357172
|
+
"type": "boolean"
|
|
357173
|
+
},
|
|
356572
357174
|
"subscribers_count": {
|
|
356573
357175
|
"type": "integer"
|
|
356574
357176
|
},
|
|
@@ -358113,6 +358715,11 @@
|
|
|
358113
358715
|
"description": "Whether to allow forking this repo",
|
|
358114
358716
|
"type": "boolean"
|
|
358115
358717
|
},
|
|
358718
|
+
"web_commit_signoff_required": {
|
|
358719
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
358720
|
+
"default": false,
|
|
358721
|
+
"type": "boolean"
|
|
358722
|
+
},
|
|
358116
358723
|
"subscribers_count": {
|
|
358117
358724
|
"type": "integer"
|
|
358118
358725
|
},
|
|
@@ -360070,6 +360677,11 @@
|
|
|
360070
360677
|
"description": "Whether to allow forking this repo",
|
|
360071
360678
|
"type": "boolean"
|
|
360072
360679
|
},
|
|
360680
|
+
"web_commit_signoff_required": {
|
|
360681
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
360682
|
+
"default": false,
|
|
360683
|
+
"type": "boolean"
|
|
360684
|
+
},
|
|
360073
360685
|
"subscribers_count": {
|
|
360074
360686
|
"type": "integer"
|
|
360075
360687
|
},
|
|
@@ -360249,6 +360861,10 @@
|
|
|
360249
360861
|
},
|
|
360250
360862
|
"allow_forking": {
|
|
360251
360863
|
"type": "boolean"
|
|
360864
|
+
},
|
|
360865
|
+
"web_commit_signoff_required": {
|
|
360866
|
+
"type": "boolean",
|
|
360867
|
+
"example": false
|
|
360252
360868
|
}
|
|
360253
360869
|
},
|
|
360254
360870
|
"required": [
|
|
@@ -362151,6 +362767,11 @@
|
|
|
362151
362767
|
"description": "Whether to allow forking this repo",
|
|
362152
362768
|
"type": "boolean"
|
|
362153
362769
|
},
|
|
362770
|
+
"web_commit_signoff_required": {
|
|
362771
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
362772
|
+
"default": false,
|
|
362773
|
+
"type": "boolean"
|
|
362774
|
+
},
|
|
362154
362775
|
"subscribers_count": {
|
|
362155
362776
|
"type": "integer"
|
|
362156
362777
|
},
|
|
@@ -363403,6 +364024,11 @@
|
|
|
363403
364024
|
"description": "Whether to allow forking this repo",
|
|
363404
364025
|
"type": "boolean"
|
|
363405
364026
|
},
|
|
364027
|
+
"web_commit_signoff_required": {
|
|
364028
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
364029
|
+
"default": false,
|
|
364030
|
+
"type": "boolean"
|
|
364031
|
+
},
|
|
363406
364032
|
"subscribers_count": {
|
|
363407
364033
|
"type": "integer"
|
|
363408
364034
|
},
|
|
@@ -365584,6 +366210,11 @@
|
|
|
365584
366210
|
"description": "Whether to allow forking this repo",
|
|
365585
366211
|
"type": "boolean"
|
|
365586
366212
|
},
|
|
366213
|
+
"web_commit_signoff_required": {
|
|
366214
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
366215
|
+
"default": false,
|
|
366216
|
+
"type": "boolean"
|
|
366217
|
+
},
|
|
365587
366218
|
"subscribers_count": {
|
|
365588
366219
|
"type": "integer"
|
|
365589
366220
|
},
|
|
@@ -365763,6 +366394,10 @@
|
|
|
365763
366394
|
},
|
|
365764
366395
|
"allow_forking": {
|
|
365765
366396
|
"type": "boolean"
|
|
366397
|
+
},
|
|
366398
|
+
"web_commit_signoff_required": {
|
|
366399
|
+
"type": "boolean",
|
|
366400
|
+
"example": false
|
|
365766
366401
|
}
|
|
365767
366402
|
},
|
|
365768
366403
|
"required": [
|
|
@@ -366432,6 +367067,10 @@
|
|
|
366432
367067
|
"example": false,
|
|
366433
367068
|
"nullable": true
|
|
366434
367069
|
},
|
|
367070
|
+
"web_commit_signoff_required": {
|
|
367071
|
+
"type": "boolean",
|
|
367072
|
+
"example": false
|
|
367073
|
+
},
|
|
366435
367074
|
"updated_at": {
|
|
366436
367075
|
"type": "string",
|
|
366437
367076
|
"format": "date-time"
|
|
@@ -369489,6 +370128,11 @@
|
|
|
369489
370128
|
"description": "Whether to allow forking this repo",
|
|
369490
370129
|
"type": "boolean"
|
|
369491
370130
|
},
|
|
370131
|
+
"web_commit_signoff_required": {
|
|
370132
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
370133
|
+
"default": false,
|
|
370134
|
+
"type": "boolean"
|
|
370135
|
+
},
|
|
369492
370136
|
"subscribers_count": {
|
|
369493
370137
|
"type": "integer"
|
|
369494
370138
|
},
|
|
@@ -372612,6 +373256,11 @@
|
|
|
372612
373256
|
"description": "Whether to allow forking this repo",
|
|
372613
373257
|
"type": "boolean"
|
|
372614
373258
|
},
|
|
373259
|
+
"web_commit_signoff_required": {
|
|
373260
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
373261
|
+
"default": false,
|
|
373262
|
+
"type": "boolean"
|
|
373263
|
+
},
|
|
372615
373264
|
"subscribers_count": {
|
|
372616
373265
|
"type": "integer"
|
|
372617
373266
|
},
|
|
@@ -378170,6 +378819,11 @@
|
|
|
378170
378819
|
"description": "Whether to allow forking this repo",
|
|
378171
378820
|
"type": "boolean"
|
|
378172
378821
|
},
|
|
378822
|
+
"web_commit_signoff_required": {
|
|
378823
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
378824
|
+
"default": false,
|
|
378825
|
+
"type": "boolean"
|
|
378826
|
+
},
|
|
378173
378827
|
"subscribers_count": {
|
|
378174
378828
|
"type": "integer"
|
|
378175
378829
|
},
|
|
@@ -378349,6 +379003,10 @@
|
|
|
378349
379003
|
},
|
|
378350
379004
|
"allow_forking": {
|
|
378351
379005
|
"type": "boolean"
|
|
379006
|
+
},
|
|
379007
|
+
"web_commit_signoff_required": {
|
|
379008
|
+
"type": "boolean",
|
|
379009
|
+
"example": false
|
|
378352
379010
|
}
|
|
378353
379011
|
},
|
|
378354
379012
|
"required": [
|
|
@@ -379637,6 +380295,11 @@
|
|
|
379637
380295
|
"description": "Whether to allow forking this repo",
|
|
379638
380296
|
"type": "boolean"
|
|
379639
380297
|
},
|
|
380298
|
+
"web_commit_signoff_required": {
|
|
380299
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
380300
|
+
"default": false,
|
|
380301
|
+
"type": "boolean"
|
|
380302
|
+
},
|
|
379640
380303
|
"subscribers_count": {
|
|
379641
380304
|
"type": "integer"
|
|
379642
380305
|
},
|
|
@@ -380754,6 +381417,11 @@
|
|
|
380754
381417
|
"description": "Whether to allow forking this repo",
|
|
380755
381418
|
"type": "boolean"
|
|
380756
381419
|
},
|
|
381420
|
+
"web_commit_signoff_required": {
|
|
381421
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
381422
|
+
"default": false,
|
|
381423
|
+
"type": "boolean"
|
|
381424
|
+
},
|
|
380757
381425
|
"subscribers_count": {
|
|
380758
381426
|
"type": "integer"
|
|
380759
381427
|
},
|
|
@@ -382499,6 +383167,11 @@
|
|
|
382499
383167
|
"description": "Whether to allow forking this repo",
|
|
382500
383168
|
"type": "boolean"
|
|
382501
383169
|
},
|
|
383170
|
+
"web_commit_signoff_required": {
|
|
383171
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
383172
|
+
"default": false,
|
|
383173
|
+
"type": "boolean"
|
|
383174
|
+
},
|
|
382502
383175
|
"subscribers_count": {
|
|
382503
383176
|
"type": "integer"
|
|
382504
383177
|
},
|
|
@@ -382678,6 +383351,10 @@
|
|
|
382678
383351
|
},
|
|
382679
383352
|
"allow_forking": {
|
|
382680
383353
|
"type": "boolean"
|
|
383354
|
+
},
|
|
383355
|
+
"web_commit_signoff_required": {
|
|
383356
|
+
"type": "boolean",
|
|
383357
|
+
"example": false
|
|
382681
383358
|
}
|
|
382682
383359
|
},
|
|
382683
383360
|
"required": [
|