Skip to content

Commit b40ad23

Browse files
author
hubot
committed
Merge pull request github#625 from github/update-1414049764
2 parents 49601bb + 17c44d9 commit b40ad23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3/activity/events/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Key | Type | Description
364364
`head`|`string` | The SHA of the HEAD commit on the repository.
365365
`ref`|`string` | The full Git ref that was pushed. Example: "refs/heads/master"
366366
`size`|`integer` | The number of commits in the push.
367-
`commits`|`array` | An array of commit objects describing the pushed commits. (The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](/v3/repos/commits/) to fetch additional commits.)
367+
`commits`|`array` | An array of commit objects describing the pushed commits. (The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](/v3/repos/commits/) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries.)
368368
`commits[][sha]`|`string` | The SHA of the commit.
369369
`commits[][message]`|`string` | The commit message.
370370
`commits[][author]`|`object` | The git author of the commit.

0 commit comments

Comments
 (0)