@oss-autopilot/core - v3.14.5
    Preparing search index...

    Interface PRReviewCommentEntry

    An inline review comment (anchored to a file/line) on a PR.

    interface PRReviewCommentEntry {
        author: string;
        authorAssociation: string;
        body: string;
        createdAt: string;
        path: string;
    }
    Index

    Properties

    author: string
    authorAssociation: string
    body: string

    <github-content>-fenced comment body (#1372).

    createdAt: string
    path: string