A user updates the Name of a repository. This payload comes with an event key of repo:modified.

interface RepoModified {
    actor: repo.modified.Actor;
    date: string;
    eventKey: "repo:modified";
    new: repo.modified.Repository;
    old: repo.modified.Repository;
}

Properties

The user who made the update.

date: string
eventKey: "repo:modified"

The defaults of the current version of the repository.

The details of the old version of the repository.