action-branches-cleaner

"Branches Cleaner" automatically deletes inactive and merged branches, keeping your tree organized in GitHub repos. Let it clean for you!

MIT License

Stars
43
Committers
3

Bot releases are hidden (Show)

action-branches-cleaner - v2.0.2 Latest Release

Published by mmorenoregalado 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mmorenoregalado/action-branches-cleaner/compare/v2.0.1...v2.0.2

action-branches-cleaner - Remove inactive branches

Published by mmorenoregalado over 1 year ago

The new days_old_threshold functionality allows users to set an inactivity threshold in days to identify and remove inactive branches in a GitHub repository. By providing a numeric value for this option, the GitHub Action will consider a branch inactive if it has not had any activity (verified commits dates) within a period equal to or greater than the value set in days_old_threshold.

This functionality is useful for keeping the repository clean and organized by automatically removing branches that have become inactive over a specific period. This can help improve team efficiency and ensure that only relevant and active branches are preserved in the repository.

action-branches-cleaner - v1.2.0

Published by mmorenoregalado over 1 year ago

action-branches-cleaner - v1.1.2

Published by mmorenoregalado over 1 year ago

action-branches-cleaner - v1.1.1

Published by mmorenoregalado over 1 year ago

action-branches-cleaner - v1.1.0

Published by mmorenoregalado over 1 year ago

action-branches-cleaner - v.1.0.0

Published by mmorenoregalado over 1 year ago

Package Rankings
Top 25.79% on Github actions
Related Projects