Releases: fpicalausa/remove-stale-branches
Releases · fpicalausa/remove-stale-branches
v2.4.0
v2.3.0
New features:
- Skip branches where the author cannot be determined (thanks @janeklb)
- Update readme to include needed token permissions (thanks @luong-komorebi)
Fixes:
- Include security updates from dependencies
- Add action branding fields
v2.2.0
Skip branches kept stale from the operation count
v2.1.2
What's Changed
- Branches are removed immediately when days-before-branch-delete === 0 by @slawekGoszcz in #21
- Chore/bump deps by @fpicalausa in #28
- feat: add a summary after running by @fpicalausa in #29
Full Changelog: v2.1.0...v2.1.2
v2.1.0
What's Changed
- Update action.yml to remove extraneous
a
by @tpeterson-metropolis in #17 - Ignore branches with open PRs by @slawekGoszcz in #19
New Contributors
- @tpeterson-metropolis made their first contribution in #17
- @slawekGoszcz made their first contribution in #19
Thanks all for the improvements 🙏
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- docs: add documentation on tokens replaced in comment by @fpicalausa in #11
- fix: replace tokens in cli as well by @fpicalausa in #12
- docs: add LICENSE by @fpicalausa in #13
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- chore: bump action to use node20 by @fpicalausa in #10
Full Changelog: v1.6.0...v2.0.0
v1.6.0
Explicitly configure how to handle unknown authors retrieved from github
1.5.8
This release adds support for GitHub Enterprise. Thanks @philipparndt !
v1.5.7
Public release for the remove-stale-branches.
As the name indicates, this action identifies branches that are stale (not updated for a number of days), and cleans them up.