Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Alphabetize events #453

Merged
merged 3 commits into from
Mar 12, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 17 additions & 16 deletions content/v3/activity/events/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,23 @@ Key | Type | Description
`action`|`string` | The action that was performed. Currently, can only be "added".


## PageBuildEvent

Represents an attempted build of a GitHub Pages site, whether successful or not.

Triggered on push to a GitHub Pages enabled branch (`gh-pages` for project pages, `master` for user and organization pages).

### Hook Name

`page_build`

### Payload

Key | Type | Description
----|------|------------
`build` | `object` | The [page build](http://developer.github.com/v3/repos/pages/#list-pages-builds) itself.


## PublicEvent

Triggered when a private repository is [open sourced](/v3/repos/#edit). Without a doubt: the best GitHub event.
Expand Down Expand Up @@ -405,19 +422,3 @@ event’s repository is the [repository](/v3/repos/) that was starred.
Key | Type | Description
----|------|-------------
`action`|`string` | The action that was performed. Currently, can only be `started`.

## PageBuildEvent

Represents an attempted build of a GitHub Pages site, whether successful or not.

Triggered on push to a GitHub Pages enabled branch (`gh-pages` for project pages, `master` for user and organization pages).

### Hook Name

`page_build`

### Payload

Key | Type | Description
----|------|------------
`build` | `object` | The [page build](http://developer.github.com/v3/repos/pages/#list-pages-builds) itself.
26 changes: 13 additions & 13 deletions content/webhooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,26 +59,26 @@ The available events are:

Name | Description
-----|-----------|
`push` | Any git push to a Repository. **This is the default event.**
`issues` | Any time an Issue is opened or closed.
`issue_comment` | Any time an Issue is commented on.
`*` | Any time any event is triggered ([Wildcard Event](#wildcard-event)).
`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.
`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).
`pull_request_review_comment` | Any time a Commit is commented on while inside a Pull Request review (the Files Changed tab).
`gollum` | Any time a Wiki page is updated.
`watch` | Any time a User watches the Repository.
`release` | Any time a Release is published in the Repository.
`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.
`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.
`team_add` | Any time a team is added or modified on a Repository.
`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.
`status` | Any time a Repository has a status update from the API
`deployment` | Any time a Repository has a new deployment created from the API.
`deployment_status` | Any time a deployment for the Repository has a status update from the API.
`page_build` | Any time a Pages site is built or results in a failed build.
`*` | Any time any event is triggered ([Wildcard Event](#wildcard-event)).
`team_add` | Any time a team is added or modified on a Repository.
`watch` | Any time a User watches the Repository.

### Payloads

Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy