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
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commitbae4665

Browse files
committed
Merge pull request#170 from github/update-1399663761
Sync changes from upstream repository
2 parents7967d8a +48ce858 commitbae4665

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

‎content/webhooks/index.md‎

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,17 @@ want to trigger.
5151

5252
For example, the
5353
[Web](https://github.com/github/github-services/blob/master/lib/services/web.rb)
54-
servicelistens for all events, while the
54+
servicesupports listening for all events, while the
5555
[IRC](https://github.com/github/github-services/blob/master/lib/services/irc.rb)
56-
service can only listen for`push`,`issues`, and`pull_request` events.
56+
service can only listen for`push`,`issues`,`pull_request`,`commit_comment`,
57+
`pull_request_review_comment`, and`issue_comment` events.
58+
59+
Each service also has a set of default events for which it listens if it isn't
60+
configured. For example, the Web service listens only for`push` events by
61+
default, while the IRC service listens on`push` and`pull_requests` events.
62+
Service hooks set up via the repository settings UI listen only for the default
63+
set of events, but can be
64+
[re-configured via the API](/v3/repos/hooks/#edit-a-hook).
5765

5866
The available events are:
5967

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp