hakwerk/gha-git-repo-tags

GitHub Action to get last N tags from a repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository name with owner, e.g. actions/checkoutyes
limitNumber of tags to returnyes10
releases-onlyConsider only tags that have an associated release
prefixConsider only tags starting with this string prefix
regexConsider only tags that matches specified regular expression pattern
reverseReverse the order of the tags returned (oldest first)
tokenPersonal access token (auto-populated). It is used only because anonymous requests are rate-limited. It can be overridden to an empty value${{ github.token }}
namedescription
tagsList of the full tag names (incl. prefix) that were found up to the limit