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
 channel defined in `http.listeners.grafana`. Note that this endpoint is currently
64
 channel defined in `http.listeners.grafana`. Note that this endpoint is currently
65
 unauthenticated.
65
 unauthenticated.
66
 
66
 
67
-### GitHub Webhooks
67
+### GitHub Webhook
68
 ```json
68
 ```json
69
 "github": {
69
 "github": {
70
 	"secret": "my_secret",
70
 	"secret": "my_secret",
87
 sent to this channel unless overriden in `http.listeners.github.repositories`. Otherwise,
87
 sent to this channel unless overriden in `http.listeners.github.repositories`. Otherwise,
88
 unrecognised repositories will be ignored.
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
 ## IRC → Shell
94
 ## IRC → Shell
91
 You can use irccat to execute commands from IRC:
95
 You can use irccat to execute commands from IRC:
92
 
96
 

Loading…
Cancel
Save