Skip to main content

github.pushcommit.author

Home > @runlightyear/github > PushCommit > author

PushCommit.author property

Metaproperties for Git author/committer information.

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