Skip to content

Commit 63c4e1f

Browse files
committed
boom
1 parent 78995d6 commit 63c4e1f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

v3/repos/hooks/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,13 @@ <h1 id="repo-hooks-api">Repo Hooks API</h1>
7070
non-Organization Repository. </li>
7171
<li>
7272
<code>public</code> - Any time a Repository changes from private to public.</li>
73-
</ul><p>For a Hook to go through, the Hook needs to be configured to trigger for
73+
</ul><p>The payloads for all of the hooks mirror <a href="/v3/events/types/">the payloads for the Event
74+
types</a>, with the exception of <a href="http://help.github.com/post-receive-hooks/">the original <code>push</code>
75+
event</a>.</p>
76+
77+
<p>For a Hook to go through, the Hook needs to be configured to trigger for
7478
an event, and the Service has to listen to it. The Services are all
75-
part of the open source <a href="https://github.com/github/github-services">github-services</a> project.Most of the Services only listen for <code>push</code> events. However, the generic <a href="https://github.com/github/github-services/blob/master/services/web.rb">Web Service</a> listens for all events. Other services like the <a href="https://github.com/github/github-services/blob/master/services/irc.rb">IRC Service</a> may only listen for <code>push</code>, <code>issues</code>, and <code>pull_request</code> events. </p>
79+
part of the open source <a href="https://github.com/github/github-services">github-services</a> project. Most of the Services only listen for <code>push</code> events. However, the generic <a href="https://github.com/github/github-services/blob/master/services/web.rb">Web Service</a> listens for all events. Other services like the <a href="https://github.com/github/github-services/blob/master/services/irc.rb">IRC Service</a> may only listen for <code>push</code>, <code>issues</code>, and <code>pull_request</code> events. </p>
7680

7781
<h2 id="list">List</h2>
7882

0 commit comments

Comments
 (0)