Lunda – Forgotten Branch Scanner
Version updated for https://github.com/Reconfirmed/Lunda to version 0.8.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 16.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Lunda is a GitHub Action designed to detect and report inactive branches in a repository based on a configurable inactivity threshold, helping developers and security teams identify forgotten branches that may pose maintenance or security risks. It automates repository hygiene by listing stale branches, ignoring main branches by default, and offering extensibility for notifications or automated cleanup. This tool enhances project management and reduces potential risks from outdated code.
What’s Changed
What’s Changed
- feat: adaptive scheduling by @hesreallyhim in https://github.com/Reconfirmed/Lunda/pull/7
- Add Japanese version of README and update existing README by @kaedeek in https://github.com/Reconfirmed/Lunda/pull/8
- Example add by @kaedeek in https://github.com/Reconfirmed/Lunda/pull/9
- fix: harden branch scan logic and speed up full scans by @MRLKNO in https://github.com/Reconfirmed/Lunda/pull/10
New Contributors
- @hesreallyhim made their first contribution in https://github.com/Reconfirmed/Lunda/pull/7
- @kaedeek made their first contribution in https://github.com/Reconfirmed/Lunda/pull/8
Full Changelog: https://github.com/Reconfirmed/Lunda/compare/0.5.0...0.8.0