monkeyjump-labs/Notify Slack of Release
Fetch release information by numeric release ID and send a Slack notification with the release details.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 1, 2026
- License
- None
Pinned Snippet
uses: monkeyjump-labs/post-release-to-slack-action@fa0e42ac8d5ba82dbbf0a88cbcae251a6ad11e85 # v4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| release_number | Release ID or Tag (e.g. '210470574' or '1.1.205') | yes | — |
| subtitle | The subtitle of the release. It could be an environment variable (eg. stage) or some other detail | no | — |
| channel | Slack 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_token | GITHUB_TOKEN or a repo scoped PAT | no | ${{ github.token }} |
| slack_bot_token | The slack bot token used to post messages | yes | — |
Outputs
no outputs