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 Feb 2, 2025
1 parent 7255310 commit 5606983
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 @@ -6,11 +6,6 @@ export interface ReviewCount {
count: number;
}
export const review_counts_monthly: ReviewCount[] = [
{
url: "https://github.com/Alystrasz",
name: "Alystrasz",
count: 1,
},
{
url: "https://github.com/catornot",
name: "catornot",
Expand All @@ -21,6 +16,11 @@ export const review_counts_monthly: ReviewCount[] = [
name: "GeckoEidechse",
count: 3,
},
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 1,
},
{
url: "https://github.com/uniboi",
name: "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/catornot",
name: "catornot",
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
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 @@ -154,7 +154,7 @@ export const review_counts_total: ReviewCount[] = [
{
url: "https://github.com/NachosChipeados",
name: "NachosChipeados",
count: 12,
count: 13,
},
{
url: "https://github.com/NoCatt",
Expand Down

0 comments on commit 5606983

Please sign in to comment.