Skip to content

Commit

Permalink
Update review counts (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 27, 2024
1 parent 7b7f226 commit 0136fa2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
5 changes: 5 additions & 0 deletions src/data/reviewer-count-monthly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export const review_counts_monthly: ReviewCount[] = [
name: "Alystrasz",
count: 5,
},
{
url: "https://github.com/ASpoonPlaysGames",
name: "ASpoonPlaysGames",
count: 1,
},
{
url: "https://github.com/catornot",
name: "catornot",
Expand Down
14 changes: 2 additions & 12 deletions src/data/reviewer-count-weekly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,8 @@ export interface ReviewCount {
}
export const review_counts_weekly: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 5,
},
{
url: "https://github.com/JMM889901",
name: "JMM889901",
count: 2,
},
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
url: "https://github.com/ASpoonPlaysGames",
name: "ASpoonPlaysGames",
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 @@ -39,7 +39,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/ASpoonPlaysGames",
name: "ASpoonPlaysGames",
count: 165,
count: 166,
},
{
url: "https://github.com/barnabwhy",
Expand Down

0 comments on commit 0136fa2

Please sign in to comment.