mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
add jobs repo to leaderboard
This commit is contained in:
parent
a6b355a0eb
commit
437fdf92fb
2 changed files with 26 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -20,6 +20,9 @@ const contributorRepos = [
|
|||
// news project
|
||||
"web3privacy/news",
|
||||
|
||||
// jobs
|
||||
"web3privacy/jobs",
|
||||
|
||||
// old - deprecated
|
||||
"web3privacy/w3ps1",
|
||||
"web3privacy/grants",
|
||||
|
|
Loading…
Reference in a new issue