Skip to content

Releases: phpdocker-io/github-actions-delete-abandoned-branches

Internal refactorings and `allowed_prefixes`

11 Sep 13:31
Compare
Choose a tag to compare

What's Changed

  • Refactor input, limit deletion to certain prefixes, misc uplifts and fixes by @luispabon in #24
  • #21

Full Changelog: v1.2.1...v2.0.3

Proper

20 Jul 07:50
c97afe9
Compare
Choose a tag to compare

Previous tag was dodgy

Support github enterprise

20 Jul 07:45
c97afe9
Compare
Choose a tag to compare

This release adds github_base_url to inputs to ensure Github Enterprise users on a custom domain are able to use this action.

Do not repeat first page of branches

30 Jun 12:42
Compare
Choose a tag to compare

Pagination of branch list API starts at 1, not 0. When requesting 0, we're getting 1 so indeed, we're retrieving the same page twice. It results in wasted effort, and in errors when actually deleting branches (as we try to delete branches twice and of course, the second time fails)

Paginated branches

30 Jun 12:28
9dd2b8c
Compare
Choose a tag to compare

Added support for retrieving paginated branches, for those repos with an absolute ton of branches waiting to be deleted.

v1.0.2

05 Feb 12:33
Compare
Choose a tag to compare

Attempt to make semver work

05 Feb 12:17
Compare
Choose a tag to compare

Github actions have precious little information on how to make semver work with use in workflows. Perhaps versions need to be prepended by v?

Initial stable release

05 Feb 11:53
Compare
Choose a tag to compare

Fully functional release:

  • Cleaned up documentation
  • The docker image required for the action is now built & pushed into docker hub
  • We're using this image instead of building the dockerfile every time to speed up builds

Small changes and cleanups

04 Feb 18:25
Compare
Choose a tag to compare
  • Tidy up README
  • Delete dead code in the requests lib
  • Tighten up types on io lib
  • Other small changes

First useable release

04 Feb 17:26
Compare
Choose a tag to compare