schoofskelvin/Event Utilities

Utilities to help with push events, e.g. calculating artifact names

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
artifact_prefixThe prefix that artifact names should start with. A trailing dash ("-") will be added if missingno
artifact_extensionThe extension to use for calculating artifact names. A leading dot (".") will be added if missingno
append_shaWhether to make sure the first 8 characters of the commit SHA are part of the formatted_nameno
namedescription
formatted_nameA nicely formatted name. See the README for more details
artifact_nameThis outputs "[artifact_prefix-]formatted_name[.artifact_extension]" based on the presence of artifact_prefix/artifact_extension
tag_versionIf this push event is for a semver tag, this will be set to the tag but with the leading "v" discarded
pr_numberIf this push event is for a pull request, this will be set to (the textual representation of) the pull request number