Skip to content

Releases: liatrio/prune-stale-branches-action

v0.6.0

28 Mar 21:34
812d1b5
Compare
Choose a tag to compare

This is the first release of the Prune Stale Branches Action which is capable of finding stale and/or unused branches in a repository.

The action will perform the following steps on each run:

  1. Search all branches for any without activity since the provided stale-branch-age parameter.
  2. If no activity has occurred since the provided date, check if an issue to alert the team has already been created.
  3. If an issue has NOT been created, create one to alert owners of the branch deletion.
  4. If an issue has been created, check if it's been open longer than the stale-branch-issue-age parameter specifies and delete the branch if so.

v0.5.2

27 Mar 22:03
7f4d187
Compare
Choose a tag to compare

0.5.2 (2024-03-27)

🐞 Bug Fixes

  • prevent housekeeping from marking as stale (1093b59)

v0.5.1

23 Feb 20:51
d050152
Compare
Choose a tag to compare

0.5.1 (2024-02-23)

🐞 Bug Fixes

  • no longer possible to delete default branch (603a268)

🚧 Chores

v0.5.0

22 Feb 17:52
c58787c
Compare
Choose a tag to compare

0.5.0 (2024-02-22)

🎁 Feature

  • added new GitHub workflows and support files (0c66eab)

🐞 Bug Fixes

  • fixed semantic release action (c58787c)

🔀 Code Refactoring

  • updated Action display name (ab9a1fa)

🚧 Chores