@coderabbitai/bitbucket
    Preparing search index...

    Interface RepoCommentAdded

    A user comments on a commit in a repository. This payload comes with an event key of repo:comment:added.

    interface RepoCommentAdded {
        actor: repo.commentAdded.Actor;
        comment: repo.commentAdded.Comment;
        commit: string;
        date: string;
        eventKey: "repo:comment:added";
        repository: repo.commentAdded.Repository;
    }
    Index

    Properties

    The user who comments on the commit.

    The comment created.

    commit: string

    The hash.

    date: string
    eventKey: "repo:comment:added"

    The repository with the commit.