Skip to content

Commit

Permalink
Update review counts (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 15, 2024
1 parent 9a0e1f0 commit 0fc1a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 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: 3,
},
{
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: 7,
},
{
url: "https://github.com/NachosChipeados",
Expand All @@ -29,7 +29,7 @@ export const review_counts_monthly: ReviewCount[] = [
{
url: "https://github.com/RoyalBlue1",
name: "RoyalBlue1",
count: 4,
count: 3,
},
{
url: "https://github.com/Zanieon",
Expand Down
5 changes: 0 additions & 5 deletions src/data/reviewer-count-weekly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@ export interface ReviewCount {
count: number;
}
export const review_counts_weekly: ReviewCount[] = [
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 3,
},
]

0 comments on commit 0fc1a33

Please sign in to comment.