breathingdust/Firewatch
Creates slack alerts when an issue in the repository receives reactions faster than a specified threshold.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 3, 2025
- License
- None
Pinned Snippet
uses: breathingdust/firewatch@57f8dc8ee08fa407de395e64452f3d005b3a9c28 # v2.0.9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A valid github token. | yes | — |
| alert_threshold | Threshold to use when determining alert status of an issue. | yes | — |
| issue_age_months | Age of issues to include. | yes | — |
| slack_token | A bot token with the correct scope. | yes | — |
| slack_channel | Channel identifier | yes | — |
Outputs
no outputs