@oss-autopilot/core - v3.7.0
    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
    createdAt: string