Skip to main content

github.pushcommit.committer

Home > @runlightyear/github > PushCommit > committer

PushCommit.committer property

Metaproperties for Git author/committer information.

Signature:
committer: {
date: string;
email: string | null;
name: string;
username: string;
};