You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
<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<ahref="/v3/events/types/">the payloads for the Event
74
+
types</a>, with the exception of<ahref="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
74
78
an event, and the Service has to listen to it. The Services are all
75
-
part of the open source<ahref="https://github.com/github/github-services">github-services</a> project.Most of the Services only listen for<code>push</code> events. However, the generic<ahref="https://github.com/github/github-services/blob/master/services/web.rb">Web Service</a> listens for all events. Other services like the<ahref="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<ahref="https://github.com/github/github-services">github-services</a> project.Most of the Services only listen for<code>push</code> events. However, the generic<ahref="https://github.com/github/github-services/blob/master/services/web.rb">Web Service</a> listens for all events. Other services like the<ahref="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>