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 Dec 29, 2024
1 parent b79b8ee commit 4127835
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
16 changes: 3 additions & 13 deletions src/data/reviewer-count-monthly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,24 @@ export interface ReviewCount {
count: number;
}
export const review_counts_monthly: ReviewCount[] = [
{
url: "https://github.com/Alystrasz",
name: "Alystrasz",
count: 2,
},
{
url: "https://github.com/ASpoonPlaysGames",
name: "ASpoonPlaysGames",
count: 2,
count: 1,
},
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 6,
count: 3,
},
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 6,
count: 3,
},
{
url: "https://github.com/RoyalBlue1",
name: "RoyalBlue1",
count: 1,
},
{
url: "https://github.com/Zanieon",
name: "Zanieon",
count: 2,
},
]
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,19 +6,9 @@ export interface ReviewCount {
count: number;
}
export const review_counts_weekly: ReviewCount[] = [
{
url: "https://github.com/ASpoonPlaysGames",
name: "ASpoonPlaysGames",
count: 1,
},
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 2,
},
{
url: "https://github.com/RoyalBlue1",
name: "RoyalBlue1",
count: 1,
},
]
2 changes: 1 addition & 1 deletion src/data/reviewer-count.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 642,
count: 643,
},
{
url: "https://github.com/H0L0theBard",
Expand Down

0 comments on commit 4127835

Please sign in to comment.