oscar-system/Should I notify slack?

Decide if a notification to slack is necessary taking into account the previous build result.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
eventWhich event should the action target. possible values: schedule, push, (more?)nopush
needs_contextjson representation of the `needs` object in your context (`toJson(needs)`)yes
branchThe branch to get the status fromyesmain
github_tokenA github token (secrets.GITHUB_TOKEN will suffice)yes
notify_on_changed_statusSet to a non-empty string to return yes if and only if the status changedno""
namedescription
should_send_message`yes|no` depending on if the message should be sent
last_statusstatus of the previously completed workflow (or null)
current_statusstatus of the current workflow