Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63c4e1f

Browse files
committed
boom
1 parent78995d6 commit63c4e1f

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<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
7478
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>
7680

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp