Skip to content

Commit

Permalink
Update review counts (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 10, 2024
1 parent 3fc6be6 commit 6609ee0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
11 changes: 3 additions & 8 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: 4,
count: 6,
},
{
url: "https://github.com/ASpoonPlaysGames",
Expand All @@ -19,21 +19,16 @@ export const review_counts_monthly: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 16,
count: 9,
},
{
url: "https://github.com/JMM889901",
name: "JMM889901",
count: 2,
count: 3,
},
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 2,
},
{
url: "https://github.com/uniboi",
name: "uniboi",
count: 1,
},
]
10 changes: 5 additions & 5 deletions src/data/reviewer-count-weekly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ export const review_counts_weekly: ReviewCount[] = [
name: "Alystrasz",
count: 3,
},
{
url: "https://github.com/ASpoonPlaysGames",
name: "ASpoonPlaysGames",
count: 1,
},
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 2,
},
{
url: "https://github.com/JMM889901",
name: "JMM889901",
count: 1,
},
]
6 changes: 3 additions & 3 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: 66,
count: 69,
},
{
url: "https://github.com/AnActualEmerald",
Expand Down Expand Up @@ -99,7 +99,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 628,
count: 630,
},
{
url: "https://github.com/H0L0theBard",
Expand All @@ -119,7 +119,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/JMM889901",
name: "JMM889901",
count: 7,
count: 8,
},
{
url: "https://github.com/KittenPopo",
Expand Down

0 comments on commit 6609ee0

Please sign in to comment.