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

    Interface ActionableIssue

    interface ActionableIssue {
        isNewContribution: boolean;
        label: string;
        pr: FetchedPR;
        type: ActionableIssueType;
    }
    Index

    Properties

    isNewContribution: boolean

    True if the PR was created after the last daily digest (first time seen).

    label: string