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 22, 2024
1 parent 96173fb commit b79b8ee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 5 additions & 5 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: 3,
count: 2,
},
{
url: "https://github.com/ASpoonPlaysGames",
Expand All @@ -19,21 +19,21 @@ export const review_counts_monthly: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 9,
count: 6,
},
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 9,
count: 6,
},
{
url: "https://github.com/RoyalBlue1",
name: "RoyalBlue1",
count: 3,
count: 1,
},
{
url: "https://github.com/Zanieon",
name: "Zanieon",
count: 3,
count: 2,
},
]
10 changes: 10 additions & 0 deletions src/data/reviewer-count-weekly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@ 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,
},
]
4 changes: 2 additions & 2 deletions 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: 169,
count: 170,
},
{
url: "https://github.com/barnabwhy",
Expand Down Expand Up @@ -174,7 +174,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/RoyalBlue1",
name: "RoyalBlue1",
count: 33,
count: 34,
},
{
url: "https://github.com/ScureX",
Expand Down

0 comments on commit b79b8ee

Please sign in to comment.