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

Commit6f97dbc

Browse files
committed
link the hooks to the event type payloads
1 parent7b663d7 commit6f97dbc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎content/v3/repos/hooks.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ request is tracking).
2828
non-Organization Repository.
2929
*`public` - Any time a Repository changes from private to public.
3030

31+
The payloads for all of the hooks mirror[the payloads for the Event
32+
types](/v3/events/types/), with the exception of[the original`push`
33+
event](http://help.github.com/post-receive-hooks/).
34+
3135
For a Hook to go through, the Hook needs to be configured to trigger for
3236
an event, and the Service has to listen to it. The Services are all
33-
part of the open source[github-services](https://github.com/github/github-services) project.Most of the Services only listen for`push` events. However, the generic[Web Service](https://github.com/github/github-services/blob/master/services/web.rb) listens for all events. Other services like the[IRC Service](https://github.com/github/github-services/blob/master/services/irc.rb) may only listen for`push`,`issues`, and`pull_request` events.
37+
part of the open source[github-services](https://github.com/github/github-services) project.Most of the Services only listen for`push` events. However, the generic[Web Service](https://github.com/github/github-services/blob/master/services/web.rb) listens for all events. Other services like the[IRC Service](https://github.com/github/github-services/blob/master/services/irc.rb) may only listen for`push`,`issues`, and`pull_request` events.
3438

3539
##List
3640

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp