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

Commit fcaa18e

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent d517a6f commit fcaa18e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/v3/activity/events/types.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Key | Type | Description
3939

4040
Represents a created repository, branch, or tag.
4141

42-
Note: webhooks will not receive this event for created repositories.
42+
Note: webhooks will not receive this event for created repositories. Additionally, webhooks will not receive this event for tags if more than three tags are pushed at once.
4343

4444
### Events API payload
4545

@@ -62,6 +62,8 @@ Key | Type | Description
6262

6363
Represents a [deleted branch or tag](/v3/git/refs/#delete-a-reference).
6464

65+
Note: webhooks will not receive this event for tags if more than three tags are deleted at once.
66+
6567
### Events API payload
6668

6769
Key | Type | Description

content/webhooks/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ payloads include the user who performed the event (`sender`) as well as the
8383
organization (`organization`) and/or repository (`repository`) which the event
8484
occurred on.
8585

86+
{{#tip}}
87+
**Note:** Payloads are capped at 5 MB. If your event generates a larger payload, a webhook will not be fired. This may happen, for example, on a `create` event if many branches or tags are pushed at once. We suggest monitoring your payload size to ensure delivery.
88+
{{/tip}}
89+
8690
### Delivery headers
8791

8892
HTTP requests made to your webhook's configured URL endpoint will contain

0 commit comments

Comments
 (0)