Skip to content

Commit

Permalink
Update review counts
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 23, 2025
1 parent 8151e20 commit ad5846e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions src/data/reviewer-count-monthly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ export const review_counts_monthly: ReviewCount[] = [
name: "ASpoonPlaysGames",
count: 1,
},
{
url: "https://github.com/catornot",
name: "catornot",
count: 1,
},
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
Expand Down
10 changes: 0 additions & 10 deletions src/data/reviewer-count-weekly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,4 @@ export interface ReviewCount {
count: number;
}
export const review_counts_weekly: ReviewCount[] = [
{
url: "https://github.com/Alystrasz",
name: "Alystrasz",
count: 2,
},
{
url: "https://github.com/ASpoonPlaysGames",
name: "ASpoonPlaysGames",
count: 1,
},
]

0 comments on commit ad5846e

Please sign in to comment.