bravoure/ClickUp Release Tagging Action

Tags ClickUp tasks with release name when a release is created

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 12, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: bravoure/clickup-release-tagging-action@8975a91f7bf1b9f11e72b580d1abf024b15b0ec8 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenGitHub token for API accessyes${{ github.token }}
clickup-api-keyClickUp API Keyyes
tag-prefixPrefix to add before the release name in the ClickUp tag (e.g., "Release: ")noRelease:
include-previous-releaseWhether to include commits from the previous release to this one (true) or just this release (false)notrue
release-nameThe name to use for the release tag. If not provided, will try to use branch name or release name from context.no

no outputs