q4mobile/Tag Bot

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub tokenyes
required_checksComma-separated list of required status checks that must pass before tagging (e.g., 'ci,test,security')no""
namedescription
tagThe newly created tag name (e.g., v1.2.0)
previous_tagThe previous tag that was incremented from (e.g., v1.1.0)
shaThe commit SHA that the tag points to
refThe Git reference created for the tag
increment_typeType of version increment: major, minor, patch, or manual
version_sourceSource of version: automatic_increment or manual_specification
manual_versionManual version specified (only present when increment_type is manual)
repositoryRepository name in format owner/repo
pull_requestPull request number that triggered the action
branchTarget branch of the pull request
action_timestampISO timestamp when the action was executed
skippedSet to 'true' when tagging was skipped due to /tag-bot skip command
duplicate_resolvedSet to 'true' when a duplicate tag was detected but resolved (same commit)
existing_tag_shaSHA of existing tag when duplicate is resolved (only present when duplicate_resolved is true)