Skip to content

Commit

Permalink
Update review counts (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 1, 2024
1 parent 01bd8ef commit b40e6aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
8 changes: 4 additions & 4 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: 8,
count: 7,
},
{
url: "https://github.com/ASpoonPlaysGames",
Expand All @@ -19,7 +19,7 @@ export const review_counts_monthly: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 10,
count: 12,
},
{
url: "https://github.com/JMM889901",
Expand All @@ -29,7 +29,7 @@ export const review_counts_monthly: ReviewCount[] = [
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 3,
count: 6,
},
{
url: "https://github.com/RoyalBlue1",
Expand All @@ -39,6 +39,6 @@ export const review_counts_monthly: ReviewCount[] = [
{
url: "https://github.com/Zanieon",
name: "Zanieon",
count: 1,
count: 3,
},
]
11 changes: 3 additions & 8 deletions src/data/reviewer-count-weekly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const review_counts_weekly: ReviewCount[] = [
{
url: "https://github.com/Alystrasz",
name: "Alystrasz",
count: 1,
count: 2,
},
{
url: "https://github.com/ASpoonPlaysGames",
Expand All @@ -19,21 +19,16 @@ export const review_counts_weekly: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 3,
count: 4,
},
{
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,
count: 2,
},
]
10 changes: 5 additions & 5 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: 71,
count: 73,
},
{
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: 168,
count: 169,
},
{
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: 636,
count: 640,
},
{
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: 6,
count: 9,
},
{
url: "https://github.com/NoCatt",
Expand Down Expand Up @@ -224,6 +224,6 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/Zanieon",
name: "Zanieon",
count: 18,
count: 20,
},
]

0 comments on commit b40e6aa

Please sign in to comment.