@oss-autopilot/core - v1.6.3
    Preparing search index...

    Interface DetermineStatusResult

    Result of determineStatus() — the PR's computed status classification.

    interface DetermineStatusResult {
        actionReason?: ActionReason;
        actionReasons?: ActionReason[];
        stalenessTier: StalenessTier;
        status: "needs_addressing" | "waiting_on_maintainer";
        waitReason?: WaitReason;
    }
    Index

    Properties

    actionReason?: ActionReason
    actionReasons?: ActionReason[]

    All applicable action reasons, ordered by priority.

    stalenessTier: StalenessTier
    status: "needs_addressing" | "waiting_on_maintainer"
    waitReason?: WaitReason