bravoure/ClickUp Release Tagging Action
Tags ClickUp tasks with release name when a release is created
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 12, 2025
- License
- None
Pinned Snippet
uses: bravoure/clickup-release-tagging-action@8975a91f7bf1b9f11e72b580d1abf024b15b0ec8 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| clickup-api-key | ClickUp API Key | yes | — |
| tag-prefix | Prefix to add before the release name in the ClickUp tag (e.g., "Release: ") | no | Release: |
| include-previous-release | Whether to include commits from the previous release to this one (true) or just this release (false) | no | true |
| release-name | The name to use for the release tag. If not provided, will try to use branch name or release name from context. | no | — |
Outputs
no outputs