rochet2/Filter tags

Find / filter / search / query repository tags with regex

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
regexregex pattern to match a tag withyes
flagsregex flags applied to the pattern (e.g. "i" for case-insensitive)no""
ownerrepository owner username or organization name. Defaults to the repository of the calling workflowno""
reporepository name. Defaults to the repository of the calling workflowno""
tokengithub token used to authenticate API calls. Defaults to the workflow token. See https://docs.github.com/en/rest/overview/resources-in-the-rest-api#requests-from-github-actionsno${{ github.token }}
per_pageresults per page to fetch, between [1,100]no100
pagepage number to fetch from (ignored when paginate is true)no1
paginatewhen true, fetch every tag across all pages (ignores the page input)notrue
sortsort order of output tags: asc, desc (alphabetical), semver, or semver-descnoasc
namedescription
tagsJSON array of the matched tags
countnumber of matched tags