Releases: fpicalausa/remove-stale-branches
Releases · fpicalausa/remove-stale-branches
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.
1.5.6
Fix an edge case where the action would fail outside of an organization
1.5.5
Fix an edge case where the GH user associated with a commit is not longer available.
1.5.4
Fix incorrect date comparison resulting in branches being deleted too soon