Skip to content

Commit 74a24bf

Browse files
committed
add new organization events to events.json
1 parent 71af8e3 commit 74a24bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

events.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
"issue_comment": "Any time an Issue is commented on",
1111
"issues": "Any time an Issue is opened or closed",
1212
"member": "Any time a User is added as a collaborator to a non-Organization Repository",
13+
"membership": "Any time a User is added or removed from a team. Organization hooks only.",
1314
"page_build": "Any time a Pages site is built or results in a failed build",
1415
"public": "Any time a Repository changes from private to public",
1516
"pull_request_review_comment": "Any time a Commit is commented on while inside a Pull Request review (the Files Changed tab)",
1617
"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)",
1718
"push": "Any git push to a Repository. This is the default event",
1819
"release": "Any time a Release is published in the Repository",
20+
"repository": "Any time a Repository is created. Organization hooks only.",
1921
"status": "Any time a Repository has a status update from the API",
2022
"team_add": "Any time a team is added or modified on a Repository",
2123
"watchAny": "time a User watches the Repository"
22-
}
24+
}

0 commit comments

Comments
 (0)