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

    Interface PRIssueCommentEntry

    An issue-level comment posted on the PR thread.

    interface PRIssueCommentEntry {
        author: string;
        authorAssociation: string;
        body: string;
        createdAt: string;
    }
    Index

    Properties

    author: string
    authorAssociation: string
    body: string

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

    createdAt: string