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

    Interface PRReviewEntry

    A single review (top-level) on a PR.

    interface PRReviewEntry {
        author: string;
        authorAssociation: string;
        body: string;
        submittedAt: string;
    }
    Index

    Properties

    author: string
    authorAssociation: string
    body: string
    submittedAt: string