Skip to content

Commit

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

0 comments on commit 720f95f

Please sign in to comment.