There was an error while loading. Please reload this page.
1 parent bd09f0b commit 9fcdf01Copy full SHA for 9fcdf01
1 file changed
content/webhooks/index.md
@@ -51,9 +51,17 @@ want to trigger.
51
52
For example, the
53
[Web](https://github.com/github/github-services/blob/master/lib/services/web.rb)
54
-service listens for all events, while the
+service supports listening for all events, while the
55
[IRC](https://github.com/github/github-services/blob/master/lib/services/irc.rb)
56
-service can only listen for `push` and `pull_request` events by default.
+service can only listen for `push`, `issues`, `pull_request`, `commit_comment`,
57
+`pull_request_review_comment`, and `issue_comment` events.
58
+
59
+Each service also has a set of default events for which it listens if it isn't
60
+configured. For example, the Web service listens only for `push` events by
61
+default, while the IRC service listens on `push` and `pull_requests` events.
62
+Service hooks set up via the repository settings UI listen only for the default
63
+set of events, but can be
64
+[re-configured via the API](/v3/repos/hooks/#edit-a-hook).
65
66
The available events are:
67
0 commit comments