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 Jan 26, 2025
1 parent 0a0e16d commit 7255310
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion src/data/reviewer-count-monthly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ export const review_counts_monthly: ReviewCount[] = [
name: "Alystrasz",
count: 1,
},
{
url: "https://github.com/catornot",
name: "catornot",
count: 1,
},
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 4,
count: 3,
},
{
url: "https://github.com/uniboi",
Expand Down
4 changes: 2 additions & 2 deletions src/data/reviewer-count-weekly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export interface ReviewCount {
}
export const review_counts_weekly: ReviewCount[] = [
{
url: "https://github.com/Zanieon",
name: "Zanieon",
url: "https://github.com/catornot",
name: "catornot",
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 @@ -59,7 +59,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/catornot",
name: "catornot",
count: 32,
count: 33,
},
{
url: "https://github.com/cpdt",
Expand Down

0 comments on commit 7255310

Please sign in to comment.