Replies: 3 comments
|
same question, |
0 replies
|
Any updates, having the same issue |
0 replies
|
Same here, we will have the same issue with this limit |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Body
Question
Is there a way to set the GitHub package's retention policy like below?
Context
we have published some codes to github private package versioning with build number (e.g. commit sha). but the github package max version count limit is 1000 in based on limits for published npm versions.
We can use actions like this, but I think the ideal direction is to support a retention policy that cleans up packages that have not been used in the last few days. In RESTful API related to package, there is no API that returns the date of the last download.
All reactions