Commit Graph

3 Commits

Author SHA1 Message Date
cffa7821e2 feat: update deps (go-github v84, githubevents v2.15, signalcli) and add format tests
- 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)
2026-04-13 09:11:50 +00:00
816ec8fd6b dynamic endpoints 2026-03-23 21:32:20 -04:00
b73aeaed91 feat: initial github-to-signal webhook server
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).
2026-03-10 23:25:54 +00:00