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

    Function runMove

    Move a PR between states: attention, waiting, shelved, auto.

    • Move a PR between states: attention, waiting, shelved, or auto (computed).

      Parameters

      • options: { prUrl: string; target: string }

        Move options

        • prUrl: string

          Full GitHub PR URL

        • target: string

          Target state: 'attention' | 'waiting' | 'shelved' | 'auto'

      Returns Promise<MoveOutput>

      The move result with a human-readable description

      If the URL is not a valid GitHub PR URL

      If the target is invalid