im-open/delete-branch-package-versions

An action to delete pre-release GH Package versions created for a specified branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenAn access token with the `packages:delete` and `packages:read` scopes that is authorized in the organization where the package versions to be deleted are.yes
organizationThe organization the packages were created in. Defaults to github.context.repo.org if not provided.no
repositoryThe repo the packages were created in. Defaults to github.context.repo.repo if not provided.no
branch-nameThe branch name the packages were created with. This is how package versions to delete are identified.yes
package-typeThe type of package where versions will be deleted. Can be one of npm, maven, rubygems, nuget, docker or container.yes
package-namesThe names of the packages that versions will be deleted from. Expects one value or a comma separated list (e.g. package1, package2). If not specified, it will default to all of the packages in the current repo.no
strict-match-modeFlag that determines the pattern the action will use to identify matches in the release name and tag.notrue

no outputs