-
Notifications
You must be signed in to change notification settings - Fork 124
/
events.json
24 lines (24 loc) · 1.58 KB
/
events.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"*": "Any time any event is triggered",
"commit_comment": "Any time a Commit is commented on",
"create": "Any time a Repository, Branch, or Tag is created",
"delete": "Any time a Branch or Tag is deleted",
"deployment_status": "Any time a deployment for the Repository has a status update from the API",
"deployment": "Any time a Repository has a new deployment created from the API",
"fork": "Any time a Repository is forked",
"gollum": "Any time a Wiki page is updated",
"issue_comment": "Any time an Issue is commented on",
"issues": "Any time an Issue is opened or closed",
"member": "Any time a User is added as a collaborator to a non-Organization Repository",
"membership": "Any time a User is added or removed from a team. Organization hooks only.",
"page_build": "Any time a Pages site is built or results in a failed build",
"public": "Any time a Repository changes from private to public",
"pull_request_review_comment": "Any time a Commit is commented on while inside a Pull Request review (the Files Changed tab)",
"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)",
"push": "Any git push to a Repository. This is the default event",
"release": "Any time a Release is published in the Repository",
"repository": "Any time a Repository is created. Organization hooks only.",
"status": "Any time a Repository has a status update from the API",
"team_add": "Any time a team is added or modified on a Repository",
"watchAny": "time a User watches the Repository"
}