Skip to content

Commit

Permalink
Update review counts (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 8, 2024
1 parent b40e6aa commit 8a3e4d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 29 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: 7,
count: 4,
},
{
url: "https://github.com/ASpoonPlaysGames",
Expand All @@ -19,17 +19,12 @@ export const review_counts_monthly: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 12,
},
{
url: "https://github.com/JMM889901",
name: "JMM889901",
count: 1,
count: 10,
},
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 6,
count: 9,
},
{
url: "https://github.com/RoyalBlue1",
Expand Down
20 changes: 0 additions & 20 deletions src/data/reviewer-count-weekly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,9 @@ 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,
},
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 4,
},
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 3,
},
{
url: "https://github.com/Zanieon",
name: "Zanieon",
count: 2,
},
]
2 changes: 1 addition & 1 deletion src/data/reviewer-count.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 9,
count: 12,
},
{
url: "https://github.com/NoCatt",
Expand Down

0 comments on commit 8a3e4d5

Please sign in to comment.