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 15, 2024
1 parent c0b7c3d commit 96173fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/reviewer-count-monthly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const review_counts_monthly: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 7,
count: 9,
},
{
url: "https://github.com/NachosChipeados",
Expand Down
5 changes: 5 additions & 0 deletions src/data/reviewer-count-weekly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ export interface ReviewCount {
count: number;
}
export const review_counts_weekly: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
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 @@ -99,7 +99,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/GeckoEidechse",
name: "GeckoEidechse",
count: 640,
count: 642,
},
{
url: "https://github.com/H0L0theBard",
Expand Down

0 comments on commit 96173fb

Please sign in to comment.