From 437fdf92fb8ad549d8ce4f6f8fa09741adfebf4e Mon Sep 17 00:00:00 2001 From: tree Date: Fri, 1 Mar 2024 08:34:41 +0100 Subject: [PATCH] add jobs repo to leaderboard --- src/contributors.json | 24 +++++++++++++++++++++++- utils/contributors.js | 3 +++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/src/contributors.json b/src/contributors.json index 49810cf..8ff2b8b 100644 --- a/src/contributors.json +++ b/src/contributors.json @@ -11,6 +11,7 @@ "web3privacy/explorer-data", "web3privacy/explorer-app", "web3privacy/news", + "web3privacy/jobs", "web3privacy/w3ps1", "web3privacy/grants", "web3privacy/old-website", @@ -58,7 +59,7 @@ "received_events_url": "https://api.github.com/users/burningtree/received_events", "type": "User", "site_admin": false, - "contributions": 757 + "contributions": 758 }, { "login": "EclecticSamurai", @@ -144,6 +145,27 @@ "site_admin": false, "contributions": 21 }, + { + "login": "vorcigernix", + "id": 179384, + "node_id": "MDQ6VXNlcjE3OTM4NA==", + "avatar_url": "https://avatars.githubusercontent.com/u/179384?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorcigernix", + "html_url": "https://github.com/vorcigernix", + "followers_url": "https://api.github.com/users/vorcigernix/followers", + "following_url": "https://api.github.com/users/vorcigernix/following{/other_user}", + "gists_url": "https://api.github.com/users/vorcigernix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorcigernix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorcigernix/subscriptions", + "organizations_url": "https://api.github.com/users/vorcigernix/orgs", + "repos_url": "https://api.github.com/users/vorcigernix/repos", + "events_url": "https://api.github.com/users/vorcigernix/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorcigernix/received_events", + "type": "User", + "site_admin": false, + "contributions": 18 + }, { "login": "jakubklim", "id": 93137966, diff --git a/utils/contributors.js b/utils/contributors.js index 8bf4ae8..07f0f6b 100644 --- a/utils/contributors.js +++ b/utils/contributors.js @@ -20,6 +20,9 @@ const contributorRepos = [ // news project "web3privacy/news", + // jobs + "web3privacy/jobs", + // old - deprecated "web3privacy/w3ps1", "web3privacy/grants",