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.

Fix reference to default IRC hook events.#496

Merged
izuzak merged 2 commits intomasterfromfix-reference-to-default-irc-hook-events
May 9, 2014
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletionscontent/webhooks/index.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -51,9 +51,17 @@ want to trigger.

For example, the
[Web](https://github.com/github/github-services/blob/master/lib/services/web.rb)
servicelistens for all events, while the
servicesupports listening for all events, while the
[IRC](https://github.com/github/github-services/blob/master/lib/services/irc.rb)
service can only listen for `push`, `issues`, and `pull_request` events.
service can only listen for `push`, `issues`, `pull_request`, `commit_comment`,
`pull_request_review_comment`, and `issue_comment` events.

Each service also has a set of default events for which it listens if it isn't
configured. For example, the Web service listens only for `push` events by
default, while the IRC service listens on `push` and `pull_requests` events.
Service hooks set up via the repository settings UI listen only for the default
set of events, but can be
[re-configured via the API](/v3/repos/hooks/#edit-a-hook).

The available events are:

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp