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
service can only listen for`push`,`issues`, and`pull_request` events.
54
-
55
-
The available events are:
56
-
57
-
Name | Description
58
-
-----|-----------|
59
-
`push` | Any git push to a Repository.**This is the default event.**
60
-
`issues` | Any time an Issue is opened or closed.
61
-
`issue_comment` | Any time an Issue is commented on.
62
-
`commit_comment` | Any time a Commit is commented on.
63
-
`create` | Any time a Repository, Branch, or Tag is created.
64
-
`delete` | Any time a Branch or Tag is deleted.
65
-
`pull_request` | Any time a Pull Request is opened, closed, or synchronized (updated due to a new push in the branch that the pull request is tracking).
66
-
`pull_request_review_comment` | Any time a Commit is commented on while inside a Pull Request review (the Files Changed tab).
67
-
`gollum` | Any time a Wiki page is updated.
68
-
`watch` | Any time a User watches the Repository.
69
-
`release` | Any time a Release is published in the Repository.
70
-
`fork` | Any time a Repository is forked.
71
-
`member` | Any time a User is added as a collaborator to a non-Organization Repository.
72
-
`public` | Any time a Repository changes from private to public.
73
-
`team_add` | Any time a team is added or modified on a Repository.
74
-
`status` | Any time a Repository has a status update from the API
75
-
`deployment` | Any time a Repository has a new deployment created from the API.
76
-
`deployment_status` | Any time a deployment for the Repository has a status update from the API.
77
-
78
-
79
-
###Payloads
80
-
81
-
The payloads for all hooks mirror[the payloads for the Event
82
-
types](/v3/activity/events/types/), with the exception of[the original`push`
service can only listen for`push`,`issues`, and`pull_request` events.
55
+
56
+
The available events are:
57
+
58
+
Name | Description
59
+
-----|-----------|
60
+
`push` | Any git push to a Repository.**This is the default event.**
61
+
`issues` | Any time an Issue is opened or closed.
62
+
`issue_comment` | Any time an Issue is commented on.
63
+
`commit_comment` | Any time a Commit is commented on.
64
+
`create` | Any time a Repository, Branch, or Tag is created.
65
+
`delete` | Any time a Branch or Tag is deleted.
66
+
`pull_request` | Any time a Pull Request is opened, closed, or synchronized (updated due to a new push in the branch that the pull request is tracking).
67
+
`pull_request_review_comment` | Any time a Commit is commented on while inside a Pull Request review (the Files Changed tab).
68
+
`gollum` | Any time a Wiki page is updated.
69
+
`watch` | Any time a User watches the Repository.
70
+
`release` | Any time a Release is published in the Repository.
71
+
`fork` | Any time a Repository is forked.
72
+
`member` | Any time a User is added as a collaborator to a non-Organization Repository.
73
+
`public` | Any time a Repository changes from private to public.
74
+
`team_add` | Any time a team is added or modified on a Repository.
75
+
`status` | Any time a Repository has a status update from the API
76
+
`deployment` | Any time a Repository has a new deployment created from the API.
77
+
`deployment_status` | Any time a deployment for the Repository has a status update from the API.
78
+
79
+
80
+
###Payloads
81
+
82
+
The payloads for all hooks mirror[the payloads for the Event
83
+
types](/v3/activity/events/types/), with the exception of[the original`push`