in nucleus/base/github.py [0:0]
def get_author(user): name = user.get_full_name() or "Nucleus User" return InputGitAuthor(name, user.email)