github.pushcommit
Home > @runlightyear/github > PushCommit
PushCommit interface
Signature:interface PushCommit
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
added | string[] | An array of files added in the commit. | |
author | { date: string; email: string | null; name: string; username: string; } | Metaproperties for Git author/committer information. | |
committer | { date: string; email: string | null; name: string; username: string; } | Metaproperties for Git author/committer information. | |
distinct | boolean | Whether this commit is distinct from any that have been pushed before. | |
id | string | ||
message | string | The commit message. | |
modified | string[] | An array of files modified by the commit. | |
removed | string[] | An array of files removed in the commit. | |
timestamp | string | The ISO 8601 timestamp of the commit. | |
treeId | string | ||
url | string | URL that points to the commit API resource. |