stackrox/Clone Tag

Creates a prefixed tag from the current tag, if it matches a given regular expression.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
prefixA fixed prefix to prepend to the new tag (e.g., "my/prefix/").yes
suffixA fixed suffix to append to the new tag (e.g., "-foo").no
if-matchesA regular expression that the original tag must match in order to be processed. Defaults to an expression that matches semantic versioning tags.yes^v?(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(-[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?(\+[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?$
github_tokenThe GitHub token used to authenticate API requests.yes${{ github.token }}
namedescription
new-tagThe name of the newly created tag (if successful).
skippedReturns "true" if the tag creation was skipped (e.g., not a semver).