Skip to content

Commit cbf729c

Browse files
committed
Add information about the wildcard event
1 parent 374f57f commit cbf729c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/webhooks/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Name | Description
7777
`status` | Any time a Repository has a status update from the API
7878
`deployment` | Any time a Repository has a new deployment created from the API.
7979
`deployment_status` | Any time a deployment for the Repository has a status update from the API.
80+
`*` | Any time any event is triggered ([Wildcard Event](#wildcard-event)).
8081

8182

8283
### Payloads
@@ -86,6 +87,13 @@ types](/v3/activity/events/types/), with the exception of [the original `push`
8687
event](http://help.github.com/post-receive-hooks/),
8788
which has a more detailed payload.
8889

90+
## Wildcard Event
91+
92+
We also support a wildcard (`*`) that will match all supported events. When you
93+
add the wildcard event, we'll replace any existing events you have configured with
94+
the wildcard event and send you payloads for all supported events. You'll also
95+
automatically get any new events we might add in the future.
96+
8997
## Ping Event
9098

9199
When you create a new webhook, we'll send you a simple `ping` event to let you

0 commit comments

Comments
 (0)