@coderabbitai/bitbucket
    Preparing search index...

    Interface RepoModified

    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;
    }
    Index

    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.