ravsamhq/Notify Slack Action
Send Github Actions workflow status notifications to Slack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| status | Job Status | yes | — |
| token | Github Token for accessing workflow url | no | "" |
| notification_title | Specify on the notification message title | no | New Github Action Run |
| message_format | Specify on the notification message format | no | {emoji} *{workflow}* {status_message} in <{repo_url}|{repo}@{branch}> on <{commit_url}|{commit_sha}> |
| footer | Specify the footer of the message | no | <{run_url}|View Run> | Developed by <https://www.ravsam.in|RavSam> |
| notify_when | Specify on which events a slack notification is sent | no | success,failure,cancelled,warnings,skipped |
| mention_users | Specify the slack IDs of users you want to mention | no | "" |
| mention_users_when | Specify on which events you want to mention the users | no | success,failure,cancelled,warnings,skipped |
| mention_groups | Specify the slack IDs of groups you want to mention | no | "" |
| mention_groups_when | Specify on which events you want to mention the groups | no | success,failure,cancelled,warnings,skipped |
| icon_success | Specify on icon to be used when event is success | no | :heavy_check_mark: |
| icon_failure | Specify on icon to be used when event is failure | no | :x: |
| icon_cancelled | Specify on icon to be used when event is cancelled | no | :x: |
| icon_warnings | Specify on icon to be used when event is warnings | no | :large_orange_diamond: |
| icon_skipped | Specify on icon to be used when event is skipped | no | :fast_forward: |
Outputs
no outputs