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

    Interface ListMoveTierOptions

    Move an issue between Pursue / Maybe / Skip sections of a curated list (#1107).

    interface ListMoveTierOptions {
        issueUrl: string;
        listPath: string;
        tier: Tier;
    }
    Index

    Properties

    issueUrl: string
    listPath: string
    tier: Tier