delete-older-releases icon indicating copy to clipboard operation
delete-older-releases copied to clipboard

Github Action to delete older releases

Results 5 delete-older-releases issues
Sort by recently updated
recently updated
newest added

I have a repo with ~10 releases and no pre-releases. The tags and titles of the releases are the same and follow the format `v..` (semver). My config is as...

Hi! Keep getting error, seems like your script can't find my releases. Here what I add to my file: - name: Delete uses: dev-drprasad/[email protected] with: keep_latest: 0 delete_tags: true delete_tag_pattern:...

It would be nice to see this project use Github's Octokit rather than a lot of custom JavaScript as we have now that interacts directly with the RestAPI. Octokit already...

help wanted

The option to keep only the tags related to the latest releases will be very useful, I hope you'll ipmlement it in the nearest time possible.

enhancement
good first issue