AutoReposList
GitHub Action that keeps a README repo list up to date.
A custom GitHub Action that automatically updates a README with a repository list — useful for profiles, organization hubs, and documentation portals.
Problem
- Repo lists go stale quickly as projects evolve.
- Manual updates are easy to forget and hard to keep consistent.
Solution
- Built a GitHub Action to generate/update the list as part of CI.
- Made it simple to adopt via a minimal workflow file.
Highlights
- Automates a repetitive documentation workflow
- Designed to be transparent and easy to audit
- Plays well with PR-based review flows
Screenshots
Screenshots are not included yet. If you’d like, I can add screenshots and a short GIF walkthrough once a stable demo/deploy target is confirmed.
What I learned
- Actions should be predictable: stable formatting and clear diffs.
- Documentation automation needs guardrails to avoid noisy commits.
Notes
- This is an open-source personal project (not client work).