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
<p>For a Hook to go through, the Hook needs to be configured to trigger for
77
77
an event, and the Service has to listen to it. The Services are all
78
-
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>
78
+
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
79
80
80
<h2id="list">List</h2>
81
81
@@ -222,11 +222,11 @@ <h3 id="input-1">Input</h3>
222
222
<dt><code>add_events</code></dt>
223
223
<dd>
224
224
<em>Optional</em><strong>array</strong> - Determines a list of events to be added to the
225
-
list of events that the Hook triggers for.</dd>
225
+
list of events that the Hook triggers for.</dd>
226
226
<dt><code>remove_events</code></dt>
227
227
<dd>
228
228
<em>Optional</em><strong>array</strong> - Determines a list of events to be removed from the
229
-
list of events that the Hook triggers for.</dd>
229
+
list of events that the Hook triggers for.</dd>
230
230
<dt><code>active</code></dt>
231
231
<dd>
232
232
<em>Optional</em><strong>boolean</strong> - Determines whether the hook is actually
<p>GitHub can also serve as a <ahref="http://code.google.com/p/pubsubhubbub/">PubSubHubbub</a> hub for all repositories. PSHB is a simple publish/subscribe protocol that lets servers register to receive updates when a topic is updated. The updates are sent with an HTTP POST request to a callback URL. Topic URLs for a GitHub repository’s pushes are in this format:</p>
0 commit comments