Skip to main content

github.pushcommit

Home > @runlightyear/github > PushCommit

PushCommit interface

Signature:
interface PushCommit 

Required Properties

PropertyModifiersTypeDescription
addedstring[]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.
distinctbooleanWhether this commit is distinct from any that have been pushed before.
idstring
messagestringThe commit message.
modifiedstring[]An array of files modified by the commit.
removedstring[]An array of files removed in the commit.
timestampstringThe ISO 8601 timestamp of the commit.
treeIdstring
urlstringURL that points to the commit API resource.