Skip to content

Commit 7bbaaff

Browse files
authored
Merge pull request #56 from universal-tool-calling-protocol/hall-of-fame
fixed Thanos badge "Open to Work"
2 parents 141d380 + c41816e commit 7bbaaff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/hall-of-fame.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const SPECIAL_CONTRIBUTORS = {
1515
FOUNDING: ['h3xxit', 'AndreiGS', 'edujuan', 'aliraza1006', 'ulughbeck'] as readonly string[],
1616
ADMINS: ['h3xxit', 'aliraza1006', 'edujuan', 'ulughbeck', 'AndreiGS'] as readonly string[],
1717
LEAD_DEVELOPER: 'Raezil',
18+
OPEN_TO_WORK: ['raezil'] as readonly string[], // Only people who have explicitly told us they're open to work (Kamil Mosciszko = Raezil)
1819
} as const;
1920

2021
// Simple tooltip component with dynamic positioning to prevent edge cutoff
@@ -237,7 +238,7 @@ const transformContributor = (ghContributor: GitHubContributor): DisplayContribu
237238
topContribution,
238239
recentActivity,
239240
qualityMetrics,
240-
lookingForJob: ghContributor?.hireable || false,
241+
lookingForJob: SPECIAL_CONTRIBUTORS.OPEN_TO_WORK.includes(login.toLowerCase()),
241242
repositories,
242243
total_recent_commits,
243244
// Enhanced line change statistics

0 commit comments

Comments
 (0)