architweb/Send ClickUp Notification Action

Fetches commit history (if possible) and sends a notification to ClickUp.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 11, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: architweb/clickupnotification@ebe1f46994be2b9e5443af522a79bcdc22f47d81 # v3.2.0

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

namedescriptionrequireddefault
clickup_api_tokenClickUp API Tokenyes
clickup_workspace_idClickUp Workspace IDyes
clickup_channel_idClickUp Channel IDyes
clickup_project_nameClickUp Project Name for the messageyes
titleCustom title for the notification messageno""
descriptionCustom description for the notification messageno""
show_fetch_durationShow duration information in the notificationnotrue
show_changelog_commitsShow changelog commits in the notificationnotrue
full_commit_messageUse the full commit message instead of the first linenotrue
show_commit_statisticsShow commit statistics in the notificationnofalse
test_modeTest mode - preview message without sending to ClickUpnofalse
filter_agent_commitsFilter out agent-generated commits (Initial plan, Agent-Logs-Url, Co-authored-by)notrue
group_commits_by_typeGroup commits by conventional commit type instead of by authornofalse
show_pr_linksShow PR links next to commit referencesnofalse
staging_emojiEmoji used for staging branch notificationsno🧪
production_emojiEmoji used for production branch notificationsno🚀
notify_on_failureSend notification when workflow fails (use with workflow_status input)nofalse
workflow_statusCurrent job status for failure notifications (pass ${ job.status })nosuccess

no outputs