You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example use case: delete package versions for a prerelease branch, like 1.2.3-<prereleaseId>.4, that has been merged and deleted. A workflow can handle automatically those deletions on a branch delete event.
Also, it doesn't look like there is a way to create a negative regex that matches the whole line. A negative regex matches anywhere within the line.
Feature request, to have an additional input parameter include-versions with a regexp.
Have a regexp for versions that are to be included for deletion.
Similar to the ignore-versions but for inclusion instead.
In some cases one wants to delete based on a specific version regexp, and creating the ignore regexp is more complex.
The text was updated successfully, but these errors were encountered: