Favorite contributors
This is a little fun Astro project I built because I really like to play around with GitHub data in some ways -- especially if it involves GitHub Actions.
It's setup in a way where a selection of GitHub organisations is defined and all the contributions from popular repositories from these organisations will be backfilled and updated automatically. To add a new organisation, just create a new JSON file under /data with the name of the org (in this example withastro.json) and this content:
{
"id": "withastro",
"updatedAt": null
}
Made with ❤️ by Felix
License MIT