mirror of
https://github.com/taigrr/github-to-signal.git
synced 2026-04-02 03:09:09 -07:00
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).
10 lines
99 B
Plaintext
10 lines
99 B
Plaintext
# Binaries
|
|
github-to-signal
|
|
*.exe
|
|
|
|
# Config with secrets
|
|
config.toml
|
|
config.yaml
|
|
config.json
|
|
*.env
|