blamechris/Repo Relay
GitHub-Discord integration bot that tracks PRs, CI, issues, releases, and deployments with threaded updates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| discord_bot_token | Discord bot token | yes | — |
| channel_prs | Discord channel ID for PR notifications | yes | — |
| channel_issues | Discord channel ID for issue notifications (defaults to channel_prs) | no | — |
| channel_releases | Discord channel ID for release notifications (defaults to channel_prs) | no | — |
| channel_deployments | Discord channel ID for deployment notifications (defaults to channel_prs) | no | — |
| channel_security | Discord channel ID for security alert notifications (defaults to channel_prs) | no | — |
| state_dir | Directory for SQLite state persistence (default: ~/.repo-relay) | no | ~/.repo-relay |
| github_token | GitHub token for API access (review detection). Defaults to github.token | no | — |
| best_effort | Tolerate transient infrastructure failures (Discord 5xx, timeouts, network errors) by exiting 0 with a warning annotation, so a notification hiccup never fails the consuming workflow. Definitive configuration errors (invalid token, disallowed intents, unknown/forbidden channel, missing channel permissions) still fail. | no | false |
Outputs
no outputs