Skip to content

Commit

Permalink
Update review counts (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 24, 2024
1 parent 0f27cf1 commit 01bd8ef
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
14 changes: 12 additions & 2 deletions src/data/reviewer-count-monthly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const review_counts_monthly: ReviewCount[] = [
{
url: "https://github.com/Alystrasz",
name: "Alystrasz",
count: 7,
count: 8,
},
{
url: "https://github.com/ASpoonPlaysGames",
Expand All @@ -19,16 +19,26 @@ export const review_counts_monthly: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 7,
count: 10,
},
{
url: "https://github.com/JMM889901",
name: "JMM889901",
count: 1,
},
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 3,
},
{
url: "https://github.com/RoyalBlue1",
name: "RoyalBlue1",
count: 4,
},
{
url: "https://github.com/Zanieon",
name: "Zanieon",
count: 1,
},
]
15 changes: 15 additions & 0 deletions src/data/reviewer-count-weekly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,29 @@ export const review_counts_weekly: ReviewCount[] = [
name: "Alystrasz",
count: 1,
},
{
url: "https://github.com/ASpoonPlaysGames",
name: "ASpoonPlaysGames",
count: 1,
},
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 3,
},
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 3,
},
{
url: "https://github.com/RoyalBlue1",
name: "RoyalBlue1",
count: 3,
},
{
url: "https://github.com/Zanieon",
name: "Zanieon",
count: 1,
},
]
12 changes: 6 additions & 6 deletions src/data/reviewer-count.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/Alystrasz",
name: "Alystrasz",
count: 70,
count: 71,
},
{
url: "https://github.com/AnActualEmerald",
Expand All @@ -39,7 +39,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/ASpoonPlaysGames",
name: "ASpoonPlaysGames",
count: 167,
count: 168,
},
{
url: "https://github.com/barnabwhy",
Expand Down Expand Up @@ -99,7 +99,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 633,
count: 636,
},
{
url: "https://github.com/H0L0theBard",
Expand Down Expand Up @@ -149,7 +149,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 3,
count: 6,
},
{
url: "https://github.com/NoCatt",
Expand All @@ -174,7 +174,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/RoyalBlue1",
name: "RoyalBlue1",
count: 30,
count: 33,
},
{
url: "https://github.com/ScureX",
Expand Down Expand Up @@ -224,6 +224,6 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/Zanieon",
name: "Zanieon",
count: 17,
count: 18,
},
]

0 comments on commit 01bd8ef

Please sign in to comment.