From 0d39a63126868f5eefaa47169615edd3c0f61e20 Mon Sep 17 00:00:00 2001 From: Anupam <83457710+s-anupam@users.noreply.github.com> Date: Thu, 9 Mar 2023 15:37:07 +0530 Subject: [PATCH] Add constraint on `delete-only-untagged-versions` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4e40bd4..6d6f76f 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,10 @@ This action deletes versions of a package from [GitHub Packages](https://github. # If true it will delete only the untagged versions in case of container package. # Does not work for other package types and will be ignored. + # The number of untagged versions to keep can be set by using `min-versions-to-keep` value with this. + # When `min-versions-to-keep` is 0, all untagged versions get deleted. # Defaults to false. + # Cannot be used with `num-old-versions-to-delete`. delete-only-untagged-versions: # The token used to authenticate with GitHub Packages.