Browse Source

README tweaks

tags/v0.3.3
Russ Garrett 5 years ago
parent
commit
370adf6006
No account linked to committer's email address
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      README.md

+ 5
- 1
README.md View File

@@ -64,7 +64,7 @@ Grafana alerts can be sent to `/grafana`. They will be sent to the
64 64
 channel defined in `http.listeners.grafana`. Note that this endpoint is currently
65 65
 unauthenticated.
66 66
 
67
-### GitHub Webhooks
67
+### GitHub Webhook
68 68
 ```json
69 69
 "github": {
70 70
 	"secret": "my_secret",
@@ -87,6 +87,10 @@ If `http.listeners.github.default_channel` is set, received notifications will b
87 87
 sent to this channel unless overriden in `http.listeners.github.repositories`. Otherwise,
88 88
 unrecognised repositories will be ignored.
89 89
 
90
+GitHub can be configured to deliver webhooks to irccat on an organisation level which, combined
91
+with the `default_channel` setting, significantly reduces configuration effort compared to
92
+GitHub's old integrations system.
93
+
90 94
 ## IRC → Shell
91 95
 You can use irccat to execute commands from IRC:
92 96
 

Loading…
Cancel
Save