You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/v3/activity/events/types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,7 +364,7 @@ Key | Type | Description
364
364
`head`|`string` | The SHA of the HEAD commit on the repository.
365
365
`ref`|`string` | The full Git ref that was pushed. Example: "refs/heads/master"
366
366
`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.)
368
368
`commits[][sha]`|`string` | The SHA of the commit.
369
369
`commits[][message]`|`string` | The commit message.
370
370
`commits[][author]`|`object` | The git author of the commit.