Star list generator
Version updated for https://github.com/halostatue/starlist to version v2.0.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The halostatue/starlist GitHub Action automates the generation of a categorized Markdown list of GitHub repositories you have starred, grouping them by attributes like language, topic, or license. It solves the problem of manually organizing and maintaining a star list by fetching, formatting, and optionally partitioning the data, and then committing it back to your repository. Key features include support for custom templates, partitioning large datasets, and shared configuration between the Action and its standalone CLI tool.
What’s Changed
What’s Changed
- feat: Rewritten in Gleam by @halostatue in https://github.com/halostatue/starlist/pull/3
This is a breaking release. Make sure you read the documentation before upgrading.
Full Changelog: https://github.com/halostatue/starlist/compare/v1...v2.0.0