Star list generator
Version updated for https://github.com/halostatue/starlist to version v2.1.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 generates a categorized Markdown list of repositories that a user has starred on GitHub, organized by criteria such as language, topic, or license. It automates the process of fetching starred repositories, formatting the data, and committing the output back to a repository, providing an efficient way to manage and document starred repositories. Key features include output partitioning for large datasets, customizable templates, and support for both GitHub Action and CLI usage.
What’s Changed
What’s Changed
- feat: Use pontil instead of inner actions/core by @halostatue in https://github.com/halostatue/starlist/pull/7
Full Changelog: https://github.com/halostatue/starlist/compare/v2.0.2...v2.1.0