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

    Interface FetchPRsResult

    interface FetchPRsResult {
        failures: PRCheckFailure[];
        prs: FetchedPR[];
        warnings?: string[];
    }
    Index

    Properties

    failures: PRCheckFailure[]
    prs: FetchedPR[]
    warnings?: string[]

    Non-fatal warnings accumulated while fetching. Populated by:

    • Placeholder auto-repair (stale/example githubUsername replaced with the authenticated viewer's login before the search runs).
    • Post-fetch viewer-mismatch guardrail (configured username differs from the authenticated viewer when the search returned zero PRs).
    • Search API 1000-result truncation (#1057 M25). Callers (daily, dashboard) surface these so users see the signal.