Skip to content

Commit d8e6b30

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent a713a7c commit d8e6b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/webhooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Name | Description
7777
`public` | Any time a Repository changes from private to public.
7878
`pull_request_review_comment` | Any time a Commit is commented on while inside a Pull Request review (the Files Changed tab).
7979
`pull_request` | Any time a Pull Request is assigned, unassigned, labeled, unlabeled, opened, closed, reopened, or synchronized (updated due to a new push in the branch that the pull request is tracking).
80-
`push` | Any git push to a Repository. **This is the default event.**
80+
`push` | Any Git push to a Repository, including editing tags or branches. Commits via API actions that update references are also counted. **This is the default event.**
8181
`release` | Any time a Release is published in the Repository.
8282
`status` | Any time a Repository has a status update from the API
8383
`team_add` | Any time a team is added or modified on a Repository.

0 commit comments

Comments
 (0)