monkeyjump-labs/Notify Slack of Release

Fetch release information by numeric release ID and send a Slack notification with the release details.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 1, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: monkeyjump-labs/post-release-to-slack-action@fa0e42ac8d5ba82dbbf0a88cbcae251a6ad11e85 # v4

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

namedescriptionrequireddefault
release_numberRelease ID or Tag (e.g. '210470574' or '1.1.205')yes
subtitleThe subtitle of the release. It could be an environment variable (eg. stage) or some other detailno
channelSlack channel ID (e.g. C01234567) or channel name (e.g. 'release-notes' or '#release-notes'). Names are resolved to an ID before posting.yes
github_tokenGITHUB_TOKEN or a repo scoped PATno${{ github.token }}
slack_bot_tokenThe slack bot token used to post messagesyes

no outputs