- Bump go-github from v70 to v84
- Bump githubevents from v2.2.0 to v2.15.2
- Update signalcli to latest
- Update Go toolchain to 1.26.2
- Add comprehensive tests for all format functions
- Add tests for firstLine, truncate, splitMessage helpers
- Add edge case tests (singular commit, closed issue body suppression)
HTTP server that receives GitHub webhook events and sends formatted
notifications to Signal via signal-cli's JSON-RPC API.
Supported events: push, issues, issue comments, pull requests,
PR reviews, PR review comments, releases, stars, forks, workflow
runs, branch/tag creation, branch/tag deletion.
Uses cbrgm/githubevents for webhook handling and taigrr/signalcli
for Signal delivery. Config via TOML file or GH2SIG_ env vars
(powered by taigrr/jety).