-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
delete packages with 0 downloads #10
Comments
That sounds like a very specific need and I'm reluctant to add it to avoid feature creep. I guess you could fork and adjust the filters and queries to only include versions with zero downloads. |
We have the same use case. Our CI pipeline builds an image for every branch, but these are only deployed once the branch is merged, so there is no guarantee that the branch image will be downloaded. |
I think this can be be handled with the existing parameters and maybe slight adjustments to your build pipeline. These are two options I can think of:
Would any of that help? If not, what is preventing you from doing either of these options (trying to understand what the actual need is here)? |
I would also like this functionality, I would even start the fork. Sadly there is no API to get number of downloads. See also actions/delete-package-versions#12 (comment) |
i haven't found a smart way to remove packages with zero downloads, which can happen when you're publishing "canary" versions of packages constantly. Is that something that off the top of your head you can see would be beneficial to add in this library?
The text was updated successfully, but these errors were encountered: