Skip to content

Commit 6c17b01

Browse files
Update review counts
1 parent e85382b commit 6c17b01

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

src/data/reviewer-count-monthly.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,16 @@ export const review_counts_monthly: ReviewCount[] = [
1919
{
2020
url: "https://github.com/GeckoEidechse",
2121
name: "GeckoEidechse",
22-
count: 3,
22+
count: 6,
2323
},
2424
{
2525
url: "https://github.com/RoyalBlue1",
2626
name: "RoyalBlue1",
2727
count: 1,
2828
},
29+
{
30+
url: "https://github.com/uniboi",
31+
name: "uniboi",
32+
count: 1,
33+
},
2934
]

src/data/reviewer-count-weekly.ts

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ export interface ReviewCount {
77
}
88
export const review_counts_weekly: ReviewCount[] = [
99
{
10-
url: "https://github.com/Alystrasz",
11-
name: "Alystrasz",
10+
url: "https://github.com/GeckoEidechse",
11+
name: "GeckoEidechse",
12+
count: 3,
13+
},
14+
{
15+
url: "https://github.com/uniboi",
16+
name: "uniboi",
1217
count: 1,
1318
},
1419
]

src/data/reviewer-count.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ export const review_counts_total: ReviewCount[] = [
7171
name: "Dinorush",
7272
count: 1,
7373
},
74+
{
75+
url: "https://github.com/dr3murr",
76+
name: "dr3murr",
77+
count: 1,
78+
},
7479
{
7580
url: "https://github.com/EladNLG",
7681
name: "EladNLG",
@@ -99,7 +104,7 @@ export const review_counts_total: ReviewCount[] = [
99104
{
100105
url: "https://github.com/GeckoEidechse",
101106
name: "GeckoEidechse",
102-
count: 643,
107+
count: 646,
103108
},
104109
{
105110
url: "https://github.com/H0L0theBard",
@@ -166,11 +171,6 @@ export const review_counts_total: ReviewCount[] = [
166171
name: "pg9182",
167172
count: 78,
168173
},
169-
{
170-
url: "https://github.com/r3muxd",
171-
name: "r3muxd",
172-
count: 1,
173-
},
174174
{
175175
url: "https://github.com/RoyalBlue1",
176176
name: "RoyalBlue1",
@@ -204,7 +204,7 @@ export const review_counts_total: ReviewCount[] = [
204204
{
205205
url: "https://github.com/uniboi",
206206
name: "uniboi",
207-
count: 77,
207+
count: 78,
208208
},
209209
{
210210
url: "https://github.com/VITALISED",

0 commit comments

Comments
 (0)