jimdo/Should I notify slack?
Decide if a notification to slack is necessary taking into account the previous build result.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| needs_context | json representation of the `needs` object in your context (`toJson(needs)`) | yes | — |
| branch | The branch to get the status from | yes | main |
| github_token | A github token (secrets.GITHUB_TOKEN will suffice) | yes | — |
Outputs
| name | description |
|---|---|
| should_send_message | `yes|no` depending on if the message should be sent |