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
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -416,21 +416,13 @@ Key | Type | Description
416
416
`size`|`integer` | The number of commits in the push.
417
417
`distinct_size`|`integer` | The number of distinct commits in the push.
418
418
`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.)
419
-
`commits[][id]`|`string` | The SHA of the commit.
420
-
`commits[][distinct]`|`boolean` | Whether this commit is distinct from any that have been pushed before.
419
+
`commits[][sha]`|`string` | The SHA of the commit.
421
420
`commits[][message]`|`string` | The commit message.
422
-
`commits[][timestamp]`|`string` | The date and time of the commit, in ISO8601 format with time zone offset (e.g. `2007-04-05T12:30-02:00`)
423
-
`commits[][url]`|`url` | Points to the commit API resource.
424
421
`commits[][author]`|`object` | The git author of the commit.
425
422
`commits[][author][name]`|`string` | The git author's name.
426
423
`commits[][author][email]`|`string` | The git author's email address.
427
-
`commits[][author][username]`|`string` | The git author's GitHub username.
428
-
`commits[][committer][name]`|`string` | The git committer's name.
429
-
`commits[][committer][email]`|`string` | The git committer's email address.
430
-
`commits[][committer][username]`|`string` | The git committer's GitHub username.
431
-
`commits[][added]`|`array` | A list of files added by this commit
432
-
`commits[][removed]`|`array` | A list of files removed by this commit
433
-
`commits[][modified]`|`array` | A list of files modified by this commit
424
+
`commits[][url]`|`url` | Points to the commit API resource.
425
+
`commits[][distinct]`|`boolean` | Whether this commit is distinct from any that have been pushed before.
0 commit comments