mirror of
https://github.com/sdras/awesome-actions.git
synced 2026-07-17 12:02:24 -05:00
[PR #693] Add notify-cascade to Notifications and Messages #8595
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sdras/awesome-actions/pull/693
Author: @kai-learner
Created: 2/22/2026
Status: 🔄 Open
Base:
main← Head:add-notify-cascade📝 Commits (1)
fb62b17Add notify-cascade to Notifications and Messages📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is notify-cascade?
notify-cascade is a GitHub Action that sends notifications to Slack, email (SMTP), and custom HTTP webhooks — all in one step, fired in parallel.
Why it's a good addition
Most teams need to notify 2-3 channels on CI events. Today they chain separate actions for each one. notify-cascade handles all three in a single step with a simple YAML config:
{{message}},{{repository}}, etc.It fits under Notifications and Messages alongside the existing Slack and email actions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.