@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": {
|
|
@@ -6144,6 +6144,11 @@
|
|
|
6144
6144
|
"description": "Whether to allow forking this repo",
|
|
6145
6145
|
"type": "boolean"
|
|
6146
6146
|
},
|
|
6147
|
+
"web_commit_signoff_required": {
|
|
6148
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
6149
|
+
"default": false,
|
|
6150
|
+
"type": "boolean"
|
|
6151
|
+
},
|
|
6147
6152
|
"subscribers_count": {
|
|
6148
6153
|
"type": "integer"
|
|
6149
6154
|
},
|
|
@@ -10085,6 +10090,11 @@
|
|
|
10085
10090
|
"description": "Whether to allow forking this repo",
|
|
10086
10091
|
"type": "boolean"
|
|
10087
10092
|
},
|
|
10093
|
+
"web_commit_signoff_required": {
|
|
10094
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
10095
|
+
"default": false,
|
|
10096
|
+
"type": "boolean"
|
|
10097
|
+
},
|
|
10088
10098
|
"subscribers_count": {
|
|
10089
10099
|
"type": "integer"
|
|
10090
10100
|
},
|
|
@@ -11294,6 +11304,11 @@
|
|
|
11294
11304
|
"description": "Whether to allow forking this repo",
|
|
11295
11305
|
"type": "boolean"
|
|
11296
11306
|
},
|
|
11307
|
+
"web_commit_signoff_required": {
|
|
11308
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
11309
|
+
"default": false,
|
|
11310
|
+
"type": "boolean"
|
|
11311
|
+
},
|
|
11297
11312
|
"subscribers_count": {
|
|
11298
11313
|
"type": "integer"
|
|
11299
11314
|
},
|
|
@@ -12910,6 +12925,11 @@
|
|
|
12910
12925
|
"description": "Whether to allow forking this repo",
|
|
12911
12926
|
"type": "boolean"
|
|
12912
12927
|
},
|
|
12928
|
+
"web_commit_signoff_required": {
|
|
12929
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
12930
|
+
"default": false,
|
|
12931
|
+
"type": "boolean"
|
|
12932
|
+
},
|
|
12913
12933
|
"subscribers_count": {
|
|
12914
12934
|
"type": "integer"
|
|
12915
12935
|
},
|
|
@@ -15273,6 +15293,11 @@
|
|
|
15273
15293
|
"description": "Whether to allow forking this repo",
|
|
15274
15294
|
"type": "boolean"
|
|
15275
15295
|
},
|
|
15296
|
+
"web_commit_signoff_required": {
|
|
15297
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
15298
|
+
"default": false,
|
|
15299
|
+
"type": "boolean"
|
|
15300
|
+
},
|
|
15276
15301
|
"subscribers_count": {
|
|
15277
15302
|
"type": "integer"
|
|
15278
15303
|
},
|
|
@@ -17834,6 +17859,11 @@
|
|
|
17834
17859
|
"description": "Whether to allow forking this repo",
|
|
17835
17860
|
"type": "boolean"
|
|
17836
17861
|
},
|
|
17862
|
+
"web_commit_signoff_required": {
|
|
17863
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
17864
|
+
"default": false,
|
|
17865
|
+
"type": "boolean"
|
|
17866
|
+
},
|
|
17837
17867
|
"subscribers_count": {
|
|
17838
17868
|
"type": "integer"
|
|
17839
17869
|
},
|
|
@@ -18013,6 +18043,10 @@
|
|
|
18013
18043
|
},
|
|
18014
18044
|
"allow_forking": {
|
|
18015
18045
|
"type": "boolean"
|
|
18046
|
+
},
|
|
18047
|
+
"web_commit_signoff_required": {
|
|
18048
|
+
"type": "boolean",
|
|
18049
|
+
"example": false
|
|
18016
18050
|
}
|
|
18017
18051
|
},
|
|
18018
18052
|
"required": [
|
|
@@ -19845,6 +19879,11 @@
|
|
|
19845
19879
|
"description": "Whether to allow forking this repo",
|
|
19846
19880
|
"type": "boolean"
|
|
19847
19881
|
},
|
|
19882
|
+
"web_commit_signoff_required": {
|
|
19883
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
19884
|
+
"default": false,
|
|
19885
|
+
"type": "boolean"
|
|
19886
|
+
},
|
|
19848
19887
|
"subscribers_count": {
|
|
19849
19888
|
"type": "integer"
|
|
19850
19889
|
},
|
|
@@ -20024,6 +20063,10 @@
|
|
|
20024
20063
|
},
|
|
20025
20064
|
"allow_forking": {
|
|
20026
20065
|
"type": "boolean"
|
|
20066
|
+
},
|
|
20067
|
+
"web_commit_signoff_required": {
|
|
20068
|
+
"type": "boolean",
|
|
20069
|
+
"example": false
|
|
20027
20070
|
}
|
|
20028
20071
|
},
|
|
20029
20072
|
"required": [
|
|
@@ -21363,6 +21406,11 @@
|
|
|
21363
21406
|
"description": "Whether to allow forking this repo",
|
|
21364
21407
|
"type": "boolean"
|
|
21365
21408
|
},
|
|
21409
|
+
"web_commit_signoff_required": {
|
|
21410
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
21411
|
+
"default": false,
|
|
21412
|
+
"type": "boolean"
|
|
21413
|
+
},
|
|
21366
21414
|
"subscribers_count": {
|
|
21367
21415
|
"type": "integer"
|
|
21368
21416
|
},
|
|
@@ -23268,6 +23316,11 @@
|
|
|
23268
23316
|
"description": "Whether to allow forking this repo",
|
|
23269
23317
|
"type": "boolean"
|
|
23270
23318
|
},
|
|
23319
|
+
"web_commit_signoff_required": {
|
|
23320
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
23321
|
+
"default": false,
|
|
23322
|
+
"type": "boolean"
|
|
23323
|
+
},
|
|
23271
23324
|
"subscribers_count": {
|
|
23272
23325
|
"type": "integer"
|
|
23273
23326
|
},
|
|
@@ -24477,6 +24530,11 @@
|
|
|
24477
24530
|
"description": "Whether to allow forking this repo",
|
|
24478
24531
|
"type": "boolean"
|
|
24479
24532
|
},
|
|
24533
|
+
"web_commit_signoff_required": {
|
|
24534
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
24535
|
+
"default": false,
|
|
24536
|
+
"type": "boolean"
|
|
24537
|
+
},
|
|
24480
24538
|
"subscribers_count": {
|
|
24481
24539
|
"type": "integer"
|
|
24482
24540
|
},
|
|
@@ -26258,6 +26316,11 @@
|
|
|
26258
26316
|
"description": "Whether to allow forking this repo",
|
|
26259
26317
|
"type": "boolean"
|
|
26260
26318
|
},
|
|
26319
|
+
"web_commit_signoff_required": {
|
|
26320
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
26321
|
+
"default": false,
|
|
26322
|
+
"type": "boolean"
|
|
26323
|
+
},
|
|
26261
26324
|
"subscribers_count": {
|
|
26262
26325
|
"type": "integer"
|
|
26263
26326
|
},
|
|
@@ -26437,6 +26500,10 @@
|
|
|
26437
26500
|
},
|
|
26438
26501
|
"allow_forking": {
|
|
26439
26502
|
"type": "boolean"
|
|
26503
|
+
},
|
|
26504
|
+
"web_commit_signoff_required": {
|
|
26505
|
+
"type": "boolean",
|
|
26506
|
+
"example": false
|
|
26440
26507
|
}
|
|
26441
26508
|
},
|
|
26442
26509
|
"required": [
|
|
@@ -29019,6 +29086,11 @@
|
|
|
29019
29086
|
"description": "Whether to allow forking this repo",
|
|
29020
29087
|
"type": "boolean"
|
|
29021
29088
|
},
|
|
29089
|
+
"web_commit_signoff_required": {
|
|
29090
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
29091
|
+
"default": false,
|
|
29092
|
+
"type": "boolean"
|
|
29093
|
+
},
|
|
29022
29094
|
"subscribers_count": {
|
|
29023
29095
|
"type": "integer"
|
|
29024
29096
|
},
|
|
@@ -31008,6 +31080,11 @@
|
|
|
31008
31080
|
"description": "Whether to allow forking this repo",
|
|
31009
31081
|
"type": "boolean"
|
|
31010
31082
|
},
|
|
31083
|
+
"web_commit_signoff_required": {
|
|
31084
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
31085
|
+
"default": false,
|
|
31086
|
+
"type": "boolean"
|
|
31087
|
+
},
|
|
31011
31088
|
"subscribers_count": {
|
|
31012
31089
|
"type": "integer"
|
|
31013
31090
|
},
|
|
@@ -32624,6 +32701,11 @@
|
|
|
32624
32701
|
"description": "Whether to allow forking this repo",
|
|
32625
32702
|
"type": "boolean"
|
|
32626
32703
|
},
|
|
32704
|
+
"web_commit_signoff_required": {
|
|
32705
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
32706
|
+
"default": false,
|
|
32707
|
+
"type": "boolean"
|
|
32708
|
+
},
|
|
32627
32709
|
"subscribers_count": {
|
|
32628
32710
|
"type": "integer"
|
|
32629
32711
|
},
|
|
@@ -34269,6 +34351,11 @@
|
|
|
34269
34351
|
"description": "Whether to allow forking this repo",
|
|
34270
34352
|
"type": "boolean"
|
|
34271
34353
|
},
|
|
34354
|
+
"web_commit_signoff_required": {
|
|
34355
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
34356
|
+
"default": false,
|
|
34357
|
+
"type": "boolean"
|
|
34358
|
+
},
|
|
34272
34359
|
"subscribers_count": {
|
|
34273
34360
|
"type": "integer"
|
|
34274
34361
|
},
|
|
@@ -36160,6 +36247,11 @@
|
|
|
36160
36247
|
"description": "Whether to allow forking this repo",
|
|
36161
36248
|
"type": "boolean"
|
|
36162
36249
|
},
|
|
36250
|
+
"web_commit_signoff_required": {
|
|
36251
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
36252
|
+
"default": false,
|
|
36253
|
+
"type": "boolean"
|
|
36254
|
+
},
|
|
36163
36255
|
"subscribers_count": {
|
|
36164
36256
|
"type": "integer"
|
|
36165
36257
|
},
|
|
@@ -36339,6 +36431,10 @@
|
|
|
36339
36431
|
},
|
|
36340
36432
|
"allow_forking": {
|
|
36341
36433
|
"type": "boolean"
|
|
36434
|
+
},
|
|
36435
|
+
"web_commit_signoff_required": {
|
|
36436
|
+
"type": "boolean",
|
|
36437
|
+
"example": false
|
|
36342
36438
|
}
|
|
36343
36439
|
},
|
|
36344
36440
|
"required": [
|
|
@@ -37721,6 +37817,11 @@
|
|
|
37721
37817
|
"description": "Whether to allow forking this repo",
|
|
37722
37818
|
"type": "boolean"
|
|
37723
37819
|
},
|
|
37820
|
+
"web_commit_signoff_required": {
|
|
37821
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
37822
|
+
"default": false,
|
|
37823
|
+
"type": "boolean"
|
|
37824
|
+
},
|
|
37724
37825
|
"subscribers_count": {
|
|
37725
37826
|
"type": "integer"
|
|
37726
37827
|
},
|
|
@@ -39571,6 +39672,11 @@
|
|
|
39571
39672
|
"description": "Whether to allow forking this repo",
|
|
39572
39673
|
"type": "boolean"
|
|
39573
39674
|
},
|
|
39675
|
+
"web_commit_signoff_required": {
|
|
39676
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
39677
|
+
"default": false,
|
|
39678
|
+
"type": "boolean"
|
|
39679
|
+
},
|
|
39574
39680
|
"subscribers_count": {
|
|
39575
39681
|
"type": "integer"
|
|
39576
39682
|
},
|
|
@@ -39750,6 +39856,10 @@
|
|
|
39750
39856
|
},
|
|
39751
39857
|
"allow_forking": {
|
|
39752
39858
|
"type": "boolean"
|
|
39859
|
+
},
|
|
39860
|
+
"web_commit_signoff_required": {
|
|
39861
|
+
"type": "boolean",
|
|
39862
|
+
"example": false
|
|
39753
39863
|
}
|
|
39754
39864
|
},
|
|
39755
39865
|
"required": [
|
|
@@ -41538,6 +41648,11 @@
|
|
|
41538
41648
|
"description": "Whether to allow forking this repo",
|
|
41539
41649
|
"type": "boolean"
|
|
41540
41650
|
},
|
|
41651
|
+
"web_commit_signoff_required": {
|
|
41652
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
41653
|
+
"default": false,
|
|
41654
|
+
"type": "boolean"
|
|
41655
|
+
},
|
|
41541
41656
|
"subscribers_count": {
|
|
41542
41657
|
"type": "integer"
|
|
41543
41658
|
},
|
|
@@ -41668,6 +41783,12 @@
|
|
|
41668
41783
|
"type": "boolean",
|
|
41669
41784
|
"example": false
|
|
41670
41785
|
},
|
|
41786
|
+
"web_commit_signoff_required": {
|
|
41787
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
41788
|
+
"default": false,
|
|
41789
|
+
"type": "boolean",
|
|
41790
|
+
"example": false
|
|
41791
|
+
},
|
|
41671
41792
|
"subscribers_count": {
|
|
41672
41793
|
"type": "integer"
|
|
41673
41794
|
},
|
|
@@ -43920,6 +44041,11 @@
|
|
|
43920
44041
|
"description": "Whether to allow forking this repo",
|
|
43921
44042
|
"type": "boolean"
|
|
43922
44043
|
},
|
|
44044
|
+
"web_commit_signoff_required": {
|
|
44045
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
44046
|
+
"default": false,
|
|
44047
|
+
"type": "boolean"
|
|
44048
|
+
},
|
|
43923
44049
|
"subscribers_count": {
|
|
43924
44050
|
"type": "integer"
|
|
43925
44051
|
},
|
|
@@ -44049,6 +44175,10 @@
|
|
|
44049
44175
|
"type": "boolean",
|
|
44050
44176
|
"example": true
|
|
44051
44177
|
},
|
|
44178
|
+
"web_commit_signoff_required": {
|
|
44179
|
+
"type": "boolean",
|
|
44180
|
+
"example": false
|
|
44181
|
+
},
|
|
44052
44182
|
"subscribers_count": {
|
|
44053
44183
|
"type": "integer",
|
|
44054
44184
|
"example": 42
|
|
@@ -45231,6 +45361,11 @@
|
|
|
45231
45361
|
"description": "Whether to allow forking this repo",
|
|
45232
45362
|
"type": "boolean"
|
|
45233
45363
|
},
|
|
45364
|
+
"web_commit_signoff_required": {
|
|
45365
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
45366
|
+
"default": false,
|
|
45367
|
+
"type": "boolean"
|
|
45368
|
+
},
|
|
45234
45369
|
"subscribers_count": {
|
|
45235
45370
|
"type": "integer"
|
|
45236
45371
|
},
|
|
@@ -46339,6 +46474,11 @@
|
|
|
46339
46474
|
"description": "Whether to allow forking this repo",
|
|
46340
46475
|
"type": "boolean"
|
|
46341
46476
|
},
|
|
46477
|
+
"web_commit_signoff_required": {
|
|
46478
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
46479
|
+
"default": false,
|
|
46480
|
+
"type": "boolean"
|
|
46481
|
+
},
|
|
46342
46482
|
"subscribers_count": {
|
|
46343
46483
|
"type": "integer"
|
|
46344
46484
|
},
|
|
@@ -47416,6 +47556,11 @@
|
|
|
47416
47556
|
"type": "boolean",
|
|
47417
47557
|
"description": "Either `true` to allow private forks, or `false` to prevent private forks.",
|
|
47418
47558
|
"default": false
|
|
47559
|
+
},
|
|
47560
|
+
"web_commit_signoff_required": {
|
|
47561
|
+
"type": "boolean",
|
|
47562
|
+
"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.",
|
|
47563
|
+
"default": false
|
|
47419
47564
|
}
|
|
47420
47565
|
}
|
|
47421
47566
|
},
|
|
@@ -48918,6 +49063,11 @@
|
|
|
48918
49063
|
"description": "Whether to allow forking this repo",
|
|
48919
49064
|
"type": "boolean"
|
|
48920
49065
|
},
|
|
49066
|
+
"web_commit_signoff_required": {
|
|
49067
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
49068
|
+
"default": false,
|
|
49069
|
+
"type": "boolean"
|
|
49070
|
+
},
|
|
48921
49071
|
"subscribers_count": {
|
|
48922
49072
|
"type": "integer"
|
|
48923
49073
|
},
|
|
@@ -49047,6 +49197,10 @@
|
|
|
49047
49197
|
"type": "boolean",
|
|
49048
49198
|
"example": true
|
|
49049
49199
|
},
|
|
49200
|
+
"web_commit_signoff_required": {
|
|
49201
|
+
"type": "boolean",
|
|
49202
|
+
"example": false
|
|
49203
|
+
},
|
|
49050
49204
|
"subscribers_count": {
|
|
49051
49205
|
"type": "integer",
|
|
49052
49206
|
"example": 42
|
|
@@ -50229,6 +50383,11 @@
|
|
|
50229
50383
|
"description": "Whether to allow forking this repo",
|
|
50230
50384
|
"type": "boolean"
|
|
50231
50385
|
},
|
|
50386
|
+
"web_commit_signoff_required": {
|
|
50387
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
50388
|
+
"default": false,
|
|
50389
|
+
"type": "boolean"
|
|
50390
|
+
},
|
|
50232
50391
|
"subscribers_count": {
|
|
50233
50392
|
"type": "integer"
|
|
50234
50393
|
},
|
|
@@ -51337,6 +51496,11 @@
|
|
|
51337
51496
|
"description": "Whether to allow forking this repo",
|
|
51338
51497
|
"type": "boolean"
|
|
51339
51498
|
},
|
|
51499
|
+
"web_commit_signoff_required": {
|
|
51500
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
51501
|
+
"default": false,
|
|
51502
|
+
"type": "boolean"
|
|
51503
|
+
},
|
|
51340
51504
|
"subscribers_count": {
|
|
51341
51505
|
"type": "integer"
|
|
51342
51506
|
},
|
|
@@ -51847,6 +52011,7 @@
|
|
|
51847
52011
|
"delete_branch_on_merge": true,
|
|
51848
52012
|
"allow_merge_commit": true,
|
|
51849
52013
|
"allow_forking": true,
|
|
52014
|
+
"web_commit_signoff_required": false,
|
|
51850
52015
|
"subscribers_count": 42,
|
|
51851
52016
|
"network_count": 0,
|
|
51852
52017
|
"organization": {
|
|
@@ -53357,6 +53522,11 @@
|
|
|
53357
53522
|
"description": "Whether to allow forking this repo",
|
|
53358
53523
|
"type": "boolean"
|
|
53359
53524
|
},
|
|
53525
|
+
"web_commit_signoff_required": {
|
|
53526
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
53527
|
+
"default": false,
|
|
53528
|
+
"type": "boolean"
|
|
53529
|
+
},
|
|
53360
53530
|
"subscribers_count": {
|
|
53361
53531
|
"type": "integer"
|
|
53362
53532
|
},
|
|
@@ -54575,6 +54745,11 @@
|
|
|
54575
54745
|
"description": "Whether to allow forking this repo",
|
|
54576
54746
|
"type": "boolean"
|
|
54577
54747
|
},
|
|
54748
|
+
"web_commit_signoff_required": {
|
|
54749
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
54750
|
+
"default": false,
|
|
54751
|
+
"type": "boolean"
|
|
54752
|
+
},
|
|
54578
54753
|
"subscribers_count": {
|
|
54579
54754
|
"type": "integer"
|
|
54580
54755
|
},
|
|
@@ -56859,6 +57034,11 @@
|
|
|
56859
57034
|
"description": "Whether to allow forking this repo",
|
|
56860
57035
|
"type": "boolean"
|
|
56861
57036
|
},
|
|
57037
|
+
"web_commit_signoff_required": {
|
|
57038
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
57039
|
+
"default": false,
|
|
57040
|
+
"type": "boolean"
|
|
57041
|
+
},
|
|
56862
57042
|
"subscribers_count": {
|
|
56863
57043
|
"type": "integer"
|
|
56864
57044
|
},
|
|
@@ -57038,6 +57218,10 @@
|
|
|
57038
57218
|
},
|
|
57039
57219
|
"allow_forking": {
|
|
57040
57220
|
"type": "boolean"
|
|
57221
|
+
},
|
|
57222
|
+
"web_commit_signoff_required": {
|
|
57223
|
+
"type": "boolean",
|
|
57224
|
+
"example": false
|
|
57041
57225
|
}
|
|
57042
57226
|
},
|
|
57043
57227
|
"required": [
|
|
@@ -58536,6 +58720,11 @@
|
|
|
58536
58720
|
"description": "Whether to allow forking this repo",
|
|
58537
58721
|
"type": "boolean"
|
|
58538
58722
|
},
|
|
58723
|
+
"web_commit_signoff_required": {
|
|
58724
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
58725
|
+
"default": false,
|
|
58726
|
+
"type": "boolean"
|
|
58727
|
+
},
|
|
58539
58728
|
"subscribers_count": {
|
|
58540
58729
|
"type": "integer"
|
|
58541
58730
|
},
|
|
@@ -58715,6 +58904,10 @@
|
|
|
58715
58904
|
},
|
|
58716
58905
|
"allow_forking": {
|
|
58717
58906
|
"type": "boolean"
|
|
58907
|
+
},
|
|
58908
|
+
"web_commit_signoff_required": {
|
|
58909
|
+
"type": "boolean",
|
|
58910
|
+
"example": false
|
|
58718
58911
|
}
|
|
58719
58912
|
},
|
|
58720
58913
|
"required": [
|
|
@@ -61115,6 +61308,11 @@
|
|
|
61115
61308
|
"description": "Whether to allow forking this repo",
|
|
61116
61309
|
"type": "boolean"
|
|
61117
61310
|
},
|
|
61311
|
+
"web_commit_signoff_required": {
|
|
61312
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
61313
|
+
"default": false,
|
|
61314
|
+
"type": "boolean"
|
|
61315
|
+
},
|
|
61118
61316
|
"subscribers_count": {
|
|
61119
61317
|
"type": "integer"
|
|
61120
61318
|
},
|
|
@@ -61294,6 +61492,10 @@
|
|
|
61294
61492
|
},
|
|
61295
61493
|
"allow_forking": {
|
|
61296
61494
|
"type": "boolean"
|
|
61495
|
+
},
|
|
61496
|
+
"web_commit_signoff_required": {
|
|
61497
|
+
"type": "boolean",
|
|
61498
|
+
"example": false
|
|
61297
61499
|
}
|
|
61298
61500
|
},
|
|
61299
61501
|
"required": [
|
|
@@ -62792,6 +62994,11 @@
|
|
|
62792
62994
|
"description": "Whether to allow forking this repo",
|
|
62793
62995
|
"type": "boolean"
|
|
62794
62996
|
},
|
|
62997
|
+
"web_commit_signoff_required": {
|
|
62998
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
62999
|
+
"default": false,
|
|
63000
|
+
"type": "boolean"
|
|
63001
|
+
},
|
|
62795
63002
|
"subscribers_count": {
|
|
62796
63003
|
"type": "integer"
|
|
62797
63004
|
},
|
|
@@ -62971,6 +63178,10 @@
|
|
|
62971
63178
|
},
|
|
62972
63179
|
"allow_forking": {
|
|
62973
63180
|
"type": "boolean"
|
|
63181
|
+
},
|
|
63182
|
+
"web_commit_signoff_required": {
|
|
63183
|
+
"type": "boolean",
|
|
63184
|
+
"example": false
|
|
62974
63185
|
}
|
|
62975
63186
|
},
|
|
62976
63187
|
"required": [
|
|
@@ -65382,6 +65593,11 @@
|
|
|
65382
65593
|
"description": "Whether to allow forking this repo",
|
|
65383
65594
|
"type": "boolean"
|
|
65384
65595
|
},
|
|
65596
|
+
"web_commit_signoff_required": {
|
|
65597
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
65598
|
+
"default": false,
|
|
65599
|
+
"type": "boolean"
|
|
65600
|
+
},
|
|
65385
65601
|
"subscribers_count": {
|
|
65386
65602
|
"type": "integer"
|
|
65387
65603
|
},
|
|
@@ -65561,6 +65777,10 @@
|
|
|
65561
65777
|
},
|
|
65562
65778
|
"allow_forking": {
|
|
65563
65779
|
"type": "boolean"
|
|
65780
|
+
},
|
|
65781
|
+
"web_commit_signoff_required": {
|
|
65782
|
+
"type": "boolean",
|
|
65783
|
+
"example": false
|
|
65564
65784
|
}
|
|
65565
65785
|
},
|
|
65566
65786
|
"required": [
|
|
@@ -67059,6 +67279,11 @@
|
|
|
67059
67279
|
"description": "Whether to allow forking this repo",
|
|
67060
67280
|
"type": "boolean"
|
|
67061
67281
|
},
|
|
67282
|
+
"web_commit_signoff_required": {
|
|
67283
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
67284
|
+
"default": false,
|
|
67285
|
+
"type": "boolean"
|
|
67286
|
+
},
|
|
67062
67287
|
"subscribers_count": {
|
|
67063
67288
|
"type": "integer"
|
|
67064
67289
|
},
|
|
@@ -67238,6 +67463,10 @@
|
|
|
67238
67463
|
},
|
|
67239
67464
|
"allow_forking": {
|
|
67240
67465
|
"type": "boolean"
|
|
67466
|
+
},
|
|
67467
|
+
"web_commit_signoff_required": {
|
|
67468
|
+
"type": "boolean",
|
|
67469
|
+
"example": false
|
|
67241
67470
|
}
|
|
67242
67471
|
},
|
|
67243
67472
|
"required": [
|
|
@@ -69831,6 +70060,11 @@
|
|
|
69831
70060
|
"description": "Whether to allow forking this repo",
|
|
69832
70061
|
"type": "boolean"
|
|
69833
70062
|
},
|
|
70063
|
+
"web_commit_signoff_required": {
|
|
70064
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
70065
|
+
"default": false,
|
|
70066
|
+
"type": "boolean"
|
|
70067
|
+
},
|
|
69834
70068
|
"subscribers_count": {
|
|
69835
70069
|
"type": "integer"
|
|
69836
70070
|
},
|
|
@@ -70010,6 +70244,10 @@
|
|
|
70010
70244
|
},
|
|
70011
70245
|
"allow_forking": {
|
|
70012
70246
|
"type": "boolean"
|
|
70247
|
+
},
|
|
70248
|
+
"web_commit_signoff_required": {
|
|
70249
|
+
"type": "boolean",
|
|
70250
|
+
"example": false
|
|
70013
70251
|
}
|
|
70014
70252
|
},
|
|
70015
70253
|
"required": [
|
|
@@ -71508,6 +71746,11 @@
|
|
|
71508
71746
|
"description": "Whether to allow forking this repo",
|
|
71509
71747
|
"type": "boolean"
|
|
71510
71748
|
},
|
|
71749
|
+
"web_commit_signoff_required": {
|
|
71750
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
71751
|
+
"default": false,
|
|
71752
|
+
"type": "boolean"
|
|
71753
|
+
},
|
|
71511
71754
|
"subscribers_count": {
|
|
71512
71755
|
"type": "integer"
|
|
71513
71756
|
},
|
|
@@ -71687,6 +71930,10 @@
|
|
|
71687
71930
|
},
|
|
71688
71931
|
"allow_forking": {
|
|
71689
71932
|
"type": "boolean"
|
|
71933
|
+
},
|
|
71934
|
+
"web_commit_signoff_required": {
|
|
71935
|
+
"type": "boolean",
|
|
71936
|
+
"example": false
|
|
71690
71937
|
}
|
|
71691
71938
|
},
|
|
71692
71939
|
"required": [
|
|
@@ -74371,6 +74618,11 @@
|
|
|
74371
74618
|
"description": "Whether to allow forking this repo",
|
|
74372
74619
|
"type": "boolean"
|
|
74373
74620
|
},
|
|
74621
|
+
"web_commit_signoff_required": {
|
|
74622
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
74623
|
+
"default": false,
|
|
74624
|
+
"type": "boolean"
|
|
74625
|
+
},
|
|
74374
74626
|
"subscribers_count": {
|
|
74375
74627
|
"type": "integer"
|
|
74376
74628
|
},
|
|
@@ -74550,6 +74802,10 @@
|
|
|
74550
74802
|
},
|
|
74551
74803
|
"allow_forking": {
|
|
74552
74804
|
"type": "boolean"
|
|
74805
|
+
},
|
|
74806
|
+
"web_commit_signoff_required": {
|
|
74807
|
+
"type": "boolean",
|
|
74808
|
+
"example": false
|
|
74553
74809
|
}
|
|
74554
74810
|
},
|
|
74555
74811
|
"required": [
|
|
@@ -76866,6 +77122,11 @@
|
|
|
76866
77122
|
"description": "Whether to allow forking this repo",
|
|
76867
77123
|
"type": "boolean"
|
|
76868
77124
|
},
|
|
77125
|
+
"web_commit_signoff_required": {
|
|
77126
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
77127
|
+
"default": false,
|
|
77128
|
+
"type": "boolean"
|
|
77129
|
+
},
|
|
76869
77130
|
"subscribers_count": {
|
|
76870
77131
|
"type": "integer"
|
|
76871
77132
|
},
|
|
@@ -77045,6 +77306,10 @@
|
|
|
77045
77306
|
},
|
|
77046
77307
|
"allow_forking": {
|
|
77047
77308
|
"type": "boolean"
|
|
77309
|
+
},
|
|
77310
|
+
"web_commit_signoff_required": {
|
|
77311
|
+
"type": "boolean",
|
|
77312
|
+
"example": false
|
|
77048
77313
|
}
|
|
77049
77314
|
},
|
|
77050
77315
|
"required": [
|
|
@@ -79084,6 +79349,11 @@
|
|
|
79084
79349
|
"description": "Whether to allow forking this repo",
|
|
79085
79350
|
"type": "boolean"
|
|
79086
79351
|
},
|
|
79352
|
+
"web_commit_signoff_required": {
|
|
79353
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
79354
|
+
"default": false,
|
|
79355
|
+
"type": "boolean"
|
|
79356
|
+
},
|
|
79087
79357
|
"subscribers_count": {
|
|
79088
79358
|
"type": "integer"
|
|
79089
79359
|
},
|
|
@@ -79263,6 +79533,10 @@
|
|
|
79263
79533
|
},
|
|
79264
79534
|
"allow_forking": {
|
|
79265
79535
|
"type": "boolean"
|
|
79536
|
+
},
|
|
79537
|
+
"web_commit_signoff_required": {
|
|
79538
|
+
"type": "boolean",
|
|
79539
|
+
"example": false
|
|
79266
79540
|
}
|
|
79267
79541
|
},
|
|
79268
79542
|
"required": [
|
|
@@ -81475,6 +81749,11 @@
|
|
|
81475
81749
|
"description": "Whether to allow forking this repo",
|
|
81476
81750
|
"type": "boolean"
|
|
81477
81751
|
},
|
|
81752
|
+
"web_commit_signoff_required": {
|
|
81753
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
81754
|
+
"default": false,
|
|
81755
|
+
"type": "boolean"
|
|
81756
|
+
},
|
|
81478
81757
|
"subscribers_count": {
|
|
81479
81758
|
"type": "integer"
|
|
81480
81759
|
},
|
|
@@ -81654,6 +81933,10 @@
|
|
|
81654
81933
|
},
|
|
81655
81934
|
"allow_forking": {
|
|
81656
81935
|
"type": "boolean"
|
|
81936
|
+
},
|
|
81937
|
+
"web_commit_signoff_required": {
|
|
81938
|
+
"type": "boolean",
|
|
81939
|
+
"example": false
|
|
81657
81940
|
}
|
|
81658
81941
|
},
|
|
81659
81942
|
"required": [
|
|
@@ -85773,6 +86056,11 @@
|
|
|
85773
86056
|
"description": "Whether to allow forking this repo",
|
|
85774
86057
|
"type": "boolean"
|
|
85775
86058
|
},
|
|
86059
|
+
"web_commit_signoff_required": {
|
|
86060
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
86061
|
+
"default": false,
|
|
86062
|
+
"type": "boolean"
|
|
86063
|
+
},
|
|
85776
86064
|
"subscribers_count": {
|
|
85777
86065
|
"type": "integer"
|
|
85778
86066
|
},
|
|
@@ -85952,6 +86240,10 @@
|
|
|
85952
86240
|
},
|
|
85953
86241
|
"allow_forking": {
|
|
85954
86242
|
"type": "boolean"
|
|
86243
|
+
},
|
|
86244
|
+
"web_commit_signoff_required": {
|
|
86245
|
+
"type": "boolean",
|
|
86246
|
+
"example": false
|
|
85955
86247
|
}
|
|
85956
86248
|
},
|
|
85957
86249
|
"required": [
|
|
@@ -89517,6 +89809,11 @@
|
|
|
89517
89809
|
"description": "Whether to allow forking this repo",
|
|
89518
89810
|
"type": "boolean"
|
|
89519
89811
|
},
|
|
89812
|
+
"web_commit_signoff_required": {
|
|
89813
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
89814
|
+
"default": false,
|
|
89815
|
+
"type": "boolean"
|
|
89816
|
+
},
|
|
89520
89817
|
"subscribers_count": {
|
|
89521
89818
|
"type": "integer"
|
|
89522
89819
|
},
|
|
@@ -90766,6 +91063,11 @@
|
|
|
90766
91063
|
"description": "Whether to allow forking this repo",
|
|
90767
91064
|
"type": "boolean"
|
|
90768
91065
|
},
|
|
91066
|
+
"web_commit_signoff_required": {
|
|
91067
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
91068
|
+
"default": false,
|
|
91069
|
+
"type": "boolean"
|
|
91070
|
+
},
|
|
90769
91071
|
"subscribers_count": {
|
|
90770
91072
|
"type": "integer"
|
|
90771
91073
|
},
|
|
@@ -93817,6 +94119,11 @@
|
|
|
93817
94119
|
"description": "Whether to allow forking this repo",
|
|
93818
94120
|
"type": "boolean"
|
|
93819
94121
|
},
|
|
94122
|
+
"web_commit_signoff_required": {
|
|
94123
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
94124
|
+
"default": false,
|
|
94125
|
+
"type": "boolean"
|
|
94126
|
+
},
|
|
93820
94127
|
"subscribers_count": {
|
|
93821
94128
|
"type": "integer"
|
|
93822
94129
|
},
|
|
@@ -93996,6 +94303,10 @@
|
|
|
93996
94303
|
},
|
|
93997
94304
|
"allow_forking": {
|
|
93998
94305
|
"type": "boolean"
|
|
94306
|
+
},
|
|
94307
|
+
"web_commit_signoff_required": {
|
|
94308
|
+
"type": "boolean",
|
|
94309
|
+
"example": false
|
|
93999
94310
|
}
|
|
94000
94311
|
},
|
|
94001
94312
|
"required": [
|
|
@@ -95956,6 +96267,11 @@
|
|
|
95956
96267
|
"description": "Whether to allow forking this repo",
|
|
95957
96268
|
"type": "boolean"
|
|
95958
96269
|
},
|
|
96270
|
+
"web_commit_signoff_required": {
|
|
96271
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
96272
|
+
"default": false,
|
|
96273
|
+
"type": "boolean"
|
|
96274
|
+
},
|
|
95959
96275
|
"subscribers_count": {
|
|
95960
96276
|
"type": "integer"
|
|
95961
96277
|
},
|
|
@@ -96135,6 +96451,10 @@
|
|
|
96135
96451
|
},
|
|
96136
96452
|
"allow_forking": {
|
|
96137
96453
|
"type": "boolean"
|
|
96454
|
+
},
|
|
96455
|
+
"web_commit_signoff_required": {
|
|
96456
|
+
"type": "boolean",
|
|
96457
|
+
"example": false
|
|
96138
96458
|
}
|
|
96139
96459
|
},
|
|
96140
96460
|
"required": [
|
|
@@ -98420,6 +98740,11 @@
|
|
|
98420
98740
|
"description": "Whether to allow forking this repo",
|
|
98421
98741
|
"type": "boolean"
|
|
98422
98742
|
},
|
|
98743
|
+
"web_commit_signoff_required": {
|
|
98744
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
98745
|
+
"default": false,
|
|
98746
|
+
"type": "boolean"
|
|
98747
|
+
},
|
|
98423
98748
|
"subscribers_count": {
|
|
98424
98749
|
"type": "integer"
|
|
98425
98750
|
},
|
|
@@ -100999,6 +101324,11 @@
|
|
|
100999
101324
|
"description": "Whether to allow forking this repo",
|
|
101000
101325
|
"type": "boolean"
|
|
101001
101326
|
},
|
|
101327
|
+
"web_commit_signoff_required": {
|
|
101328
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
101329
|
+
"default": false,
|
|
101330
|
+
"type": "boolean"
|
|
101331
|
+
},
|
|
101002
101332
|
"subscribers_count": {
|
|
101003
101333
|
"type": "integer"
|
|
101004
101334
|
},
|
|
@@ -101178,6 +101508,10 @@
|
|
|
101178
101508
|
},
|
|
101179
101509
|
"allow_forking": {
|
|
101180
101510
|
"type": "boolean"
|
|
101511
|
+
},
|
|
101512
|
+
"web_commit_signoff_required": {
|
|
101513
|
+
"type": "boolean",
|
|
101514
|
+
"example": false
|
|
101181
101515
|
}
|
|
101182
101516
|
},
|
|
101183
101517
|
"required": [
|
|
@@ -102967,6 +103301,11 @@
|
|
|
102967
103301
|
"description": "Whether to allow forking this repo",
|
|
102968
103302
|
"type": "boolean"
|
|
102969
103303
|
},
|
|
103304
|
+
"web_commit_signoff_required": {
|
|
103305
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
103306
|
+
"default": false,
|
|
103307
|
+
"type": "boolean"
|
|
103308
|
+
},
|
|
102970
103309
|
"subscribers_count": {
|
|
102971
103310
|
"type": "integer"
|
|
102972
103311
|
},
|
|
@@ -103096,6 +103435,10 @@
|
|
|
103096
103435
|
"type": "boolean",
|
|
103097
103436
|
"example": true
|
|
103098
103437
|
},
|
|
103438
|
+
"web_commit_signoff_required": {
|
|
103439
|
+
"type": "boolean",
|
|
103440
|
+
"example": false
|
|
103441
|
+
},
|
|
103099
103442
|
"subscribers_count": {
|
|
103100
103443
|
"type": "integer",
|
|
103101
103444
|
"example": 42
|
|
@@ -104278,6 +104621,11 @@
|
|
|
104278
104621
|
"description": "Whether to allow forking this repo",
|
|
104279
104622
|
"type": "boolean"
|
|
104280
104623
|
},
|
|
104624
|
+
"web_commit_signoff_required": {
|
|
104625
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
104626
|
+
"default": false,
|
|
104627
|
+
"type": "boolean"
|
|
104628
|
+
},
|
|
104281
104629
|
"subscribers_count": {
|
|
104282
104630
|
"type": "integer"
|
|
104283
104631
|
},
|
|
@@ -105386,6 +105734,11 @@
|
|
|
105386
105734
|
"description": "Whether to allow forking this repo",
|
|
105387
105735
|
"type": "boolean"
|
|
105388
105736
|
},
|
|
105737
|
+
"web_commit_signoff_required": {
|
|
105738
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
105739
|
+
"default": false,
|
|
105740
|
+
"type": "boolean"
|
|
105741
|
+
},
|
|
105389
105742
|
"subscribers_count": {
|
|
105390
105743
|
"type": "integer"
|
|
105391
105744
|
},
|
|
@@ -105896,6 +106249,7 @@
|
|
|
105896
106249
|
"delete_branch_on_merge": true,
|
|
105897
106250
|
"allow_merge_commit": true,
|
|
105898
106251
|
"allow_forking": true,
|
|
106252
|
+
"web_commit_signoff_required": false,
|
|
105899
106253
|
"subscribers_count": 42,
|
|
105900
106254
|
"network_count": 0,
|
|
105901
106255
|
"organization": {
|
|
@@ -107879,6 +108233,11 @@
|
|
|
107879
108233
|
"description": "Whether to allow forking this repo",
|
|
107880
108234
|
"type": "boolean"
|
|
107881
108235
|
},
|
|
108236
|
+
"web_commit_signoff_required": {
|
|
108237
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
108238
|
+
"default": false,
|
|
108239
|
+
"type": "boolean"
|
|
108240
|
+
},
|
|
107882
108241
|
"subscribers_count": {
|
|
107883
108242
|
"type": "integer"
|
|
107884
108243
|
},
|
|
@@ -108058,6 +108417,10 @@
|
|
|
108058
108417
|
},
|
|
108059
108418
|
"allow_forking": {
|
|
108060
108419
|
"type": "boolean"
|
|
108420
|
+
},
|
|
108421
|
+
"web_commit_signoff_required": {
|
|
108422
|
+
"type": "boolean",
|
|
108423
|
+
"example": false
|
|
108061
108424
|
}
|
|
108062
108425
|
},
|
|
108063
108426
|
"required": [
|
|
@@ -110072,6 +110435,11 @@
|
|
|
110072
110435
|
"description": "Whether to allow forking this repo",
|
|
110073
110436
|
"type": "boolean"
|
|
110074
110437
|
},
|
|
110438
|
+
"web_commit_signoff_required": {
|
|
110439
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
110440
|
+
"default": false,
|
|
110441
|
+
"type": "boolean"
|
|
110442
|
+
},
|
|
110075
110443
|
"subscribers_count": {
|
|
110076
110444
|
"type": "integer"
|
|
110077
110445
|
},
|
|
@@ -110251,6 +110619,10 @@
|
|
|
110251
110619
|
},
|
|
110252
110620
|
"allow_forking": {
|
|
110253
110621
|
"type": "boolean"
|
|
110622
|
+
},
|
|
110623
|
+
"web_commit_signoff_required": {
|
|
110624
|
+
"type": "boolean",
|
|
110625
|
+
"example": false
|
|
110254
110626
|
}
|
|
110255
110627
|
},
|
|
110256
110628
|
"required": [
|
|
@@ -112784,6 +113156,11 @@
|
|
|
112784
113156
|
"description": "Whether to allow forking this repo",
|
|
112785
113157
|
"type": "boolean"
|
|
112786
113158
|
},
|
|
113159
|
+
"web_commit_signoff_required": {
|
|
113160
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
113161
|
+
"default": false,
|
|
113162
|
+
"type": "boolean"
|
|
113163
|
+
},
|
|
112787
113164
|
"subscribers_count": {
|
|
112788
113165
|
"type": "integer"
|
|
112789
113166
|
},
|
|
@@ -115561,6 +115938,11 @@
|
|
|
115561
115938
|
"description": "Whether to allow forking this repo",
|
|
115562
115939
|
"type": "boolean"
|
|
115563
115940
|
},
|
|
115941
|
+
"web_commit_signoff_required": {
|
|
115942
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
115943
|
+
"default": false,
|
|
115944
|
+
"type": "boolean"
|
|
115945
|
+
},
|
|
115564
115946
|
"subscribers_count": {
|
|
115565
115947
|
"type": "integer"
|
|
115566
115948
|
},
|
|
@@ -118463,6 +118845,11 @@
|
|
|
118463
118845
|
"description": "Whether to allow forking this repo",
|
|
118464
118846
|
"type": "boolean"
|
|
118465
118847
|
},
|
|
118848
|
+
"web_commit_signoff_required": {
|
|
118849
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
118850
|
+
"default": false,
|
|
118851
|
+
"type": "boolean"
|
|
118852
|
+
},
|
|
118466
118853
|
"subscribers_count": {
|
|
118467
118854
|
"type": "integer"
|
|
118468
118855
|
},
|
|
@@ -122296,6 +122683,11 @@
|
|
|
122296
122683
|
"description": "Whether to allow forking this repo",
|
|
122297
122684
|
"type": "boolean"
|
|
122298
122685
|
},
|
|
122686
|
+
"web_commit_signoff_required": {
|
|
122687
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
122688
|
+
"default": false,
|
|
122689
|
+
"type": "boolean"
|
|
122690
|
+
},
|
|
122299
122691
|
"subscribers_count": {
|
|
122300
122692
|
"type": "integer"
|
|
122301
122693
|
},
|
|
@@ -126011,6 +126403,11 @@
|
|
|
126011
126403
|
"description": "Whether to allow forking this repo",
|
|
126012
126404
|
"type": "boolean"
|
|
126013
126405
|
},
|
|
126406
|
+
"web_commit_signoff_required": {
|
|
126407
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
126408
|
+
"default": false,
|
|
126409
|
+
"type": "boolean"
|
|
126410
|
+
},
|
|
126014
126411
|
"subscribers_count": {
|
|
126015
126412
|
"type": "integer"
|
|
126016
126413
|
},
|
|
@@ -128754,6 +129151,11 @@
|
|
|
128754
129151
|
"description": "Whether to allow forking this repo",
|
|
128755
129152
|
"type": "boolean"
|
|
128756
129153
|
},
|
|
129154
|
+
"web_commit_signoff_required": {
|
|
129155
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
129156
|
+
"default": false,
|
|
129157
|
+
"type": "boolean"
|
|
129158
|
+
},
|
|
128757
129159
|
"subscribers_count": {
|
|
128758
129160
|
"type": "integer"
|
|
128759
129161
|
},
|
|
@@ -131534,6 +131936,11 @@
|
|
|
131534
131936
|
"description": "Whether to allow forking this repo",
|
|
131535
131937
|
"type": "boolean"
|
|
131536
131938
|
},
|
|
131939
|
+
"web_commit_signoff_required": {
|
|
131940
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
131941
|
+
"default": false,
|
|
131942
|
+
"type": "boolean"
|
|
131943
|
+
},
|
|
131537
131944
|
"subscribers_count": {
|
|
131538
131945
|
"type": "integer"
|
|
131539
131946
|
},
|
|
@@ -134183,6 +134590,11 @@
|
|
|
134183
134590
|
"description": "Whether to allow forking this repo",
|
|
134184
134591
|
"type": "boolean"
|
|
134185
134592
|
},
|
|
134593
|
+
"web_commit_signoff_required": {
|
|
134594
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
134595
|
+
"default": false,
|
|
134596
|
+
"type": "boolean"
|
|
134597
|
+
},
|
|
134186
134598
|
"subscribers_count": {
|
|
134187
134599
|
"type": "integer"
|
|
134188
134600
|
},
|
|
@@ -134362,6 +134774,10 @@
|
|
|
134362
134774
|
},
|
|
134363
134775
|
"allow_forking": {
|
|
134364
134776
|
"type": "boolean"
|
|
134777
|
+
},
|
|
134778
|
+
"web_commit_signoff_required": {
|
|
134779
|
+
"type": "boolean",
|
|
134780
|
+
"example": false
|
|
134365
134781
|
}
|
|
134366
134782
|
},
|
|
134367
134783
|
"required": [
|
|
@@ -136759,6 +137175,11 @@
|
|
|
136759
137175
|
"description": "Whether to allow forking this repo",
|
|
136760
137176
|
"type": "boolean"
|
|
136761
137177
|
},
|
|
137178
|
+
"web_commit_signoff_required": {
|
|
137179
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
137180
|
+
"default": false,
|
|
137181
|
+
"type": "boolean"
|
|
137182
|
+
},
|
|
136762
137183
|
"subscribers_count": {
|
|
136763
137184
|
"type": "integer"
|
|
136764
137185
|
},
|
|
@@ -138008,6 +138429,11 @@
|
|
|
138008
138429
|
"description": "Whether to allow forking this repo",
|
|
138009
138430
|
"type": "boolean"
|
|
138010
138431
|
},
|
|
138432
|
+
"web_commit_signoff_required": {
|
|
138433
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
138434
|
+
"default": false,
|
|
138435
|
+
"type": "boolean"
|
|
138436
|
+
},
|
|
138011
138437
|
"subscribers_count": {
|
|
138012
138438
|
"type": "integer"
|
|
138013
138439
|
},
|
|
@@ -141336,6 +141762,11 @@
|
|
|
141336
141762
|
"description": "Whether to allow forking this repo",
|
|
141337
141763
|
"type": "boolean"
|
|
141338
141764
|
},
|
|
141765
|
+
"web_commit_signoff_required": {
|
|
141766
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
141767
|
+
"default": false,
|
|
141768
|
+
"type": "boolean"
|
|
141769
|
+
},
|
|
141339
141770
|
"subscribers_count": {
|
|
141340
141771
|
"type": "integer"
|
|
141341
141772
|
},
|
|
@@ -142585,6 +143016,11 @@
|
|
|
142585
143016
|
"description": "Whether to allow forking this repo",
|
|
142586
143017
|
"type": "boolean"
|
|
142587
143018
|
},
|
|
143019
|
+
"web_commit_signoff_required": {
|
|
143020
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
143021
|
+
"default": false,
|
|
143022
|
+
"type": "boolean"
|
|
143023
|
+
},
|
|
142588
143024
|
"subscribers_count": {
|
|
142589
143025
|
"type": "integer"
|
|
142590
143026
|
},
|
|
@@ -148062,6 +148498,11 @@
|
|
|
148062
148498
|
"description": "Whether to allow forking this repo",
|
|
148063
148499
|
"type": "boolean"
|
|
148064
148500
|
},
|
|
148501
|
+
"web_commit_signoff_required": {
|
|
148502
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
148503
|
+
"default": false,
|
|
148504
|
+
"type": "boolean"
|
|
148505
|
+
},
|
|
148065
148506
|
"subscribers_count": {
|
|
148066
148507
|
"type": "integer"
|
|
148067
148508
|
},
|
|
@@ -148241,6 +148682,10 @@
|
|
|
148241
148682
|
},
|
|
148242
148683
|
"allow_forking": {
|
|
148243
148684
|
"type": "boolean"
|
|
148685
|
+
},
|
|
148686
|
+
"web_commit_signoff_required": {
|
|
148687
|
+
"type": "boolean",
|
|
148688
|
+
"example": false
|
|
148244
148689
|
}
|
|
148245
148690
|
},
|
|
148246
148691
|
"required": [
|
|
@@ -149636,6 +150081,11 @@
|
|
|
149636
150081
|
"description": "Whether to allow forking this repo",
|
|
149637
150082
|
"type": "boolean"
|
|
149638
150083
|
},
|
|
150084
|
+
"web_commit_signoff_required": {
|
|
150085
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
150086
|
+
"default": false,
|
|
150087
|
+
"type": "boolean"
|
|
150088
|
+
},
|
|
149639
150089
|
"subscribers_count": {
|
|
149640
150090
|
"type": "integer"
|
|
149641
150091
|
},
|
|
@@ -151440,6 +151890,11 @@
|
|
|
151440
151890
|
"description": "Whether to allow forking this repo",
|
|
151441
151891
|
"type": "boolean"
|
|
151442
151892
|
},
|
|
151893
|
+
"web_commit_signoff_required": {
|
|
151894
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
151895
|
+
"default": false,
|
|
151896
|
+
"type": "boolean"
|
|
151897
|
+
},
|
|
151443
151898
|
"subscribers_count": {
|
|
151444
151899
|
"type": "integer"
|
|
151445
151900
|
},
|
|
@@ -151619,6 +152074,10 @@
|
|
|
151619
152074
|
},
|
|
151620
152075
|
"allow_forking": {
|
|
151621
152076
|
"type": "boolean"
|
|
152077
|
+
},
|
|
152078
|
+
"web_commit_signoff_required": {
|
|
152079
|
+
"type": "boolean",
|
|
152080
|
+
"example": false
|
|
151622
152081
|
}
|
|
151623
152082
|
},
|
|
151624
152083
|
"required": [
|
|
@@ -153790,6 +154249,11 @@
|
|
|
153790
154249
|
"description": "Whether to allow forking this repo",
|
|
153791
154250
|
"type": "boolean"
|
|
153792
154251
|
},
|
|
154252
|
+
"web_commit_signoff_required": {
|
|
154253
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
154254
|
+
"default": false,
|
|
154255
|
+
"type": "boolean"
|
|
154256
|
+
},
|
|
153793
154257
|
"subscribers_count": {
|
|
153794
154258
|
"type": "integer"
|
|
153795
154259
|
},
|
|
@@ -153969,6 +154433,10 @@
|
|
|
153969
154433
|
},
|
|
153970
154434
|
"allow_forking": {
|
|
153971
154435
|
"type": "boolean"
|
|
154436
|
+
},
|
|
154437
|
+
"web_commit_signoff_required": {
|
|
154438
|
+
"type": "boolean",
|
|
154439
|
+
"example": false
|
|
153972
154440
|
}
|
|
153973
154441
|
},
|
|
153974
154442
|
"required": [
|
|
@@ -156135,6 +156603,11 @@
|
|
|
156135
156603
|
"description": "Whether to allow forking this repo",
|
|
156136
156604
|
"type": "boolean"
|
|
156137
156605
|
},
|
|
156606
|
+
"web_commit_signoff_required": {
|
|
156607
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
156608
|
+
"default": false,
|
|
156609
|
+
"type": "boolean"
|
|
156610
|
+
},
|
|
156138
156611
|
"subscribers_count": {
|
|
156139
156612
|
"type": "integer"
|
|
156140
156613
|
},
|
|
@@ -158302,6 +158775,11 @@
|
|
|
158302
158775
|
"description": "Whether to allow forking this repo",
|
|
158303
158776
|
"type": "boolean"
|
|
158304
158777
|
},
|
|
158778
|
+
"web_commit_signoff_required": {
|
|
158779
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
158780
|
+
"default": false,
|
|
158781
|
+
"type": "boolean"
|
|
158782
|
+
},
|
|
158305
158783
|
"subscribers_count": {
|
|
158306
158784
|
"type": "integer"
|
|
158307
158785
|
},
|
|
@@ -158481,6 +158959,10 @@
|
|
|
158481
158959
|
},
|
|
158482
158960
|
"allow_forking": {
|
|
158483
158961
|
"type": "boolean"
|
|
158962
|
+
},
|
|
158963
|
+
"web_commit_signoff_required": {
|
|
158964
|
+
"type": "boolean",
|
|
158965
|
+
"example": false
|
|
158484
158966
|
}
|
|
158485
158967
|
},
|
|
158486
158968
|
"required": [
|
|
@@ -160289,6 +160771,11 @@
|
|
|
160289
160771
|
"description": "Whether to allow forking this repo",
|
|
160290
160772
|
"type": "boolean"
|
|
160291
160773
|
},
|
|
160774
|
+
"web_commit_signoff_required": {
|
|
160775
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
160776
|
+
"default": false,
|
|
160777
|
+
"type": "boolean"
|
|
160778
|
+
},
|
|
160292
160779
|
"subscribers_count": {
|
|
160293
160780
|
"type": "integer"
|
|
160294
160781
|
},
|
|
@@ -160419,6 +160906,12 @@
|
|
|
160419
160906
|
"type": "boolean",
|
|
160420
160907
|
"example": false
|
|
160421
160908
|
},
|
|
160909
|
+
"web_commit_signoff_required": {
|
|
160910
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
160911
|
+
"default": false,
|
|
160912
|
+
"type": "boolean",
|
|
160913
|
+
"example": false
|
|
160914
|
+
},
|
|
160422
160915
|
"subscribers_count": {
|
|
160423
160916
|
"type": "integer"
|
|
160424
160917
|
},
|
|
@@ -162955,6 +163448,11 @@
|
|
|
162955
163448
|
"description": "Whether to allow forking this repo",
|
|
162956
163449
|
"type": "boolean"
|
|
162957
163450
|
},
|
|
163451
|
+
"web_commit_signoff_required": {
|
|
163452
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
163453
|
+
"default": false,
|
|
163454
|
+
"type": "boolean"
|
|
163455
|
+
},
|
|
162958
163456
|
"subscribers_count": {
|
|
162959
163457
|
"type": "integer"
|
|
162960
163458
|
},
|
|
@@ -165287,6 +165785,11 @@
|
|
|
165287
165785
|
"description": "Whether to allow forking this repo",
|
|
165288
165786
|
"type": "boolean"
|
|
165289
165787
|
},
|
|
165788
|
+
"web_commit_signoff_required": {
|
|
165789
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
165790
|
+
"default": false,
|
|
165791
|
+
"type": "boolean"
|
|
165792
|
+
},
|
|
165290
165793
|
"subscribers_count": {
|
|
165291
165794
|
"type": "integer"
|
|
165292
165795
|
},
|
|
@@ -167254,6 +167757,11 @@
|
|
|
167254
167757
|
"description": "Whether to allow forking this repo",
|
|
167255
167758
|
"type": "boolean"
|
|
167256
167759
|
},
|
|
167760
|
+
"web_commit_signoff_required": {
|
|
167761
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
167762
|
+
"default": false,
|
|
167763
|
+
"type": "boolean"
|
|
167764
|
+
},
|
|
167257
167765
|
"subscribers_count": {
|
|
167258
167766
|
"type": "integer"
|
|
167259
167767
|
},
|
|
@@ -168924,6 +169432,11 @@
|
|
|
168924
169432
|
"description": "Whether to allow forking this repo",
|
|
168925
169433
|
"type": "boolean"
|
|
168926
169434
|
},
|
|
169435
|
+
"web_commit_signoff_required": {
|
|
169436
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
169437
|
+
"default": false,
|
|
169438
|
+
"type": "boolean"
|
|
169439
|
+
},
|
|
168927
169440
|
"subscribers_count": {
|
|
168928
169441
|
"type": "integer"
|
|
168929
169442
|
},
|
|
@@ -170867,6 +171380,11 @@
|
|
|
170867
171380
|
"description": "Whether to allow forking this repo",
|
|
170868
171381
|
"type": "boolean"
|
|
170869
171382
|
},
|
|
171383
|
+
"web_commit_signoff_required": {
|
|
171384
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
171385
|
+
"default": false,
|
|
171386
|
+
"type": "boolean"
|
|
171387
|
+
},
|
|
170870
171388
|
"subscribers_count": {
|
|
170871
171389
|
"type": "integer"
|
|
170872
171390
|
},
|
|
@@ -171046,6 +171564,10 @@
|
|
|
171046
171564
|
},
|
|
171047
171565
|
"allow_forking": {
|
|
171048
171566
|
"type": "boolean"
|
|
171567
|
+
},
|
|
171568
|
+
"web_commit_signoff_required": {
|
|
171569
|
+
"type": "boolean",
|
|
171570
|
+
"example": false
|
|
171049
171571
|
}
|
|
171050
171572
|
},
|
|
171051
171573
|
"required": [
|
|
@@ -172412,6 +172934,11 @@
|
|
|
172412
172934
|
"description": "Whether to allow forking this repo",
|
|
172413
172935
|
"type": "boolean"
|
|
172414
172936
|
},
|
|
172937
|
+
"web_commit_signoff_required": {
|
|
172938
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
172939
|
+
"default": false,
|
|
172940
|
+
"type": "boolean"
|
|
172941
|
+
},
|
|
172415
172942
|
"subscribers_count": {
|
|
172416
172943
|
"type": "integer"
|
|
172417
172944
|
},
|
|
@@ -173956,6 +174483,11 @@
|
|
|
173956
174483
|
"description": "Whether to allow forking this repo",
|
|
173957
174484
|
"type": "boolean"
|
|
173958
174485
|
},
|
|
174486
|
+
"web_commit_signoff_required": {
|
|
174487
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
174488
|
+
"default": false,
|
|
174489
|
+
"type": "boolean"
|
|
174490
|
+
},
|
|
173959
174491
|
"subscribers_count": {
|
|
173960
174492
|
"type": "integer"
|
|
173961
174493
|
},
|
|
@@ -175913,6 +176445,11 @@
|
|
|
175913
176445
|
"description": "Whether to allow forking this repo",
|
|
175914
176446
|
"type": "boolean"
|
|
175915
176447
|
},
|
|
176448
|
+
"web_commit_signoff_required": {
|
|
176449
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
176450
|
+
"default": false,
|
|
176451
|
+
"type": "boolean"
|
|
176452
|
+
},
|
|
175916
176453
|
"subscribers_count": {
|
|
175917
176454
|
"type": "integer"
|
|
175918
176455
|
},
|
|
@@ -176092,6 +176629,10 @@
|
|
|
176092
176629
|
},
|
|
176093
176630
|
"allow_forking": {
|
|
176094
176631
|
"type": "boolean"
|
|
176632
|
+
},
|
|
176633
|
+
"web_commit_signoff_required": {
|
|
176634
|
+
"type": "boolean",
|
|
176635
|
+
"example": false
|
|
176095
176636
|
}
|
|
176096
176637
|
},
|
|
176097
176638
|
"required": [
|
|
@@ -177740,6 +178281,11 @@
|
|
|
177740
178281
|
"description": "Whether to allow forking this repo",
|
|
177741
178282
|
"type": "boolean"
|
|
177742
178283
|
},
|
|
178284
|
+
"web_commit_signoff_required": {
|
|
178285
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
178286
|
+
"default": false,
|
|
178287
|
+
"type": "boolean"
|
|
178288
|
+
},
|
|
177743
178289
|
"subscribers_count": {
|
|
177744
178290
|
"type": "integer"
|
|
177745
178291
|
},
|
|
@@ -178992,6 +179538,11 @@
|
|
|
178992
179538
|
"description": "Whether to allow forking this repo",
|
|
178993
179539
|
"type": "boolean"
|
|
178994
179540
|
},
|
|
179541
|
+
"web_commit_signoff_required": {
|
|
179542
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
179543
|
+
"default": false,
|
|
179544
|
+
"type": "boolean"
|
|
179545
|
+
},
|
|
178995
179546
|
"subscribers_count": {
|
|
178996
179547
|
"type": "integer"
|
|
178997
179548
|
},
|
|
@@ -180796,6 +181347,11 @@
|
|
|
180796
181347
|
"description": "Whether to allow forking this repo",
|
|
180797
181348
|
"type": "boolean"
|
|
180798
181349
|
},
|
|
181350
|
+
"web_commit_signoff_required": {
|
|
181351
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
181352
|
+
"default": false,
|
|
181353
|
+
"type": "boolean"
|
|
181354
|
+
},
|
|
180799
181355
|
"subscribers_count": {
|
|
180800
181356
|
"type": "integer"
|
|
180801
181357
|
},
|
|
@@ -180975,6 +181531,10 @@
|
|
|
180975
181531
|
},
|
|
180976
181532
|
"allow_forking": {
|
|
180977
181533
|
"type": "boolean"
|
|
181534
|
+
},
|
|
181535
|
+
"web_commit_signoff_required": {
|
|
181536
|
+
"type": "boolean",
|
|
181537
|
+
"example": false
|
|
180978
181538
|
}
|
|
180979
181539
|
},
|
|
180980
181540
|
"required": [
|
|
@@ -183274,6 +183834,11 @@
|
|
|
183274
183834
|
"description": "Whether to allow forking this repo",
|
|
183275
183835
|
"type": "boolean"
|
|
183276
183836
|
},
|
|
183837
|
+
"web_commit_signoff_required": {
|
|
183838
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
183839
|
+
"default": false,
|
|
183840
|
+
"type": "boolean"
|
|
183841
|
+
},
|
|
183277
183842
|
"subscribers_count": {
|
|
183278
183843
|
"type": "integer"
|
|
183279
183844
|
},
|
|
@@ -186397,6 +186962,11 @@
|
|
|
186397
186962
|
"description": "Whether to allow forking this repo",
|
|
186398
186963
|
"type": "boolean"
|
|
186399
186964
|
},
|
|
186965
|
+
"web_commit_signoff_required": {
|
|
186966
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
186967
|
+
"default": false,
|
|
186968
|
+
"type": "boolean"
|
|
186969
|
+
},
|
|
186400
186970
|
"subscribers_count": {
|
|
186401
186971
|
"type": "integer"
|
|
186402
186972
|
},
|
|
@@ -189276,6 +189846,11 @@
|
|
|
189276
189846
|
"description": "Whether to allow forking this repo",
|
|
189277
189847
|
"type": "boolean"
|
|
189278
189848
|
},
|
|
189849
|
+
"web_commit_signoff_required": {
|
|
189850
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
189851
|
+
"default": false,
|
|
189852
|
+
"type": "boolean"
|
|
189853
|
+
},
|
|
189279
189854
|
"subscribers_count": {
|
|
189280
189855
|
"type": "integer"
|
|
189281
189856
|
},
|
|
@@ -189455,6 +190030,10 @@
|
|
|
189455
190030
|
},
|
|
189456
190031
|
"allow_forking": {
|
|
189457
190032
|
"type": "boolean"
|
|
190033
|
+
},
|
|
190034
|
+
"web_commit_signoff_required": {
|
|
190035
|
+
"type": "boolean",
|
|
190036
|
+
"example": false
|
|
189458
190037
|
}
|
|
189459
190038
|
},
|
|
189460
190039
|
"required": [
|
|
@@ -191139,6 +191718,11 @@
|
|
|
191139
191718
|
"description": "Whether to allow forking this repo",
|
|
191140
191719
|
"type": "boolean"
|
|
191141
191720
|
},
|
|
191721
|
+
"web_commit_signoff_required": {
|
|
191722
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
191723
|
+
"default": false,
|
|
191724
|
+
"type": "boolean"
|
|
191725
|
+
},
|
|
191142
191726
|
"subscribers_count": {
|
|
191143
191727
|
"type": "integer"
|
|
191144
191728
|
},
|
|
@@ -191318,6 +191902,10 @@
|
|
|
191318
191902
|
},
|
|
191319
191903
|
"allow_forking": {
|
|
191320
191904
|
"type": "boolean"
|
|
191905
|
+
},
|
|
191906
|
+
"web_commit_signoff_required": {
|
|
191907
|
+
"type": "boolean",
|
|
191908
|
+
"example": false
|
|
191321
191909
|
}
|
|
191322
191910
|
},
|
|
191323
191911
|
"required": [
|