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
Copy file name to clipboardExpand all lines: content/v3/repos/hooks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The default event is `push`. The available events are:
15
15
*`issues` - Any time an Issue is opened or closed.
16
16
*`issue_comment` - Any time an Issue is commented on.
17
17
*`commit_comment` - Any time a Commit is commented on.
18
-
*`pull_request` - Any time a Pull Request isopend, closed, or
18
+
*`pull_request` - Any time a Pull Request isopened, closed, or
19
19
synchronized (updated due to a new push in the branch that the pull
20
20
request is tracking).
21
21
*`gollum` - Any time a Wiki page is updated.
@@ -30,7 +30,7 @@ request is tracking).
30
30
31
31
For a Hook to go through, the Hook needs to be configured to trigger for
32
32
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.
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.