smartsquaregmbh/Delete old packages

Deletes old package versions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
userUser hosting the package(s).no
organizationOrganization hosting the package(s).no
namesNames of the packages.yes
semver-patternSemver range pattern of the versions.no
version-patternRegex pattern of the versions. Defaults to true for all versions.no
keepNumber of versions to exclude from deletions. Defaults to 2.no
typeThe type of the packages, e.g. "npm" or "container".no
tokenToken with the necessary scopes to delete and list package versions. Defaults to github.token scoped to the repo running the action. To delete package versions of a package outside the repo the action is running in use a Personal Access Token stored as a secret.no${{ github.token }}
dry-runIf the action should only print what it would delete instead of actually deleting.nofalse

no outputs