mdb/Mike Ball

Check that a given GitHub release tag does not already exist

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagThe release tag to check foryes
tokenA GitHub access tokenyes
failure-messageAn optional customized message to display on failureno
skip-commit-message-patternIf the specified skip-commit-message-pattern is present in the specified commit-message, do not fail, regardless of whether the release exists.no
skip-patternDeprecated; use skip-commit-message-pattern.no
commit-messageThe commit message. Required if skip-commit-message-pattern is specified.no
skip-authorsIf any of the specified newline-separated list of skip-authors matches the specified author, do not fail, regardless of whether the release exists.no
authorThe commit author. Required if skip-author is specified.no
namedescription
existstrue if the GitHub release tag already exists; false if not
skippedtrue if evaluation was skipped; false if not