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

    Function runTrack

    Fetch PR metadata from GitHub (informational; nothing is persisted).

    • Fetch metadata for a PR URL (informational — does not persist).

      In v2 this is a read-only lookup. PRs are discovered automatically on each daily run; this command exists for one-off inspection of a specific PR's shape (title, repo, number).

      Parameters

      • options: { prUrl: string }

        Track options

        • prUrl: string

          Full GitHub PR URL

      Returns Promise<TrackOutput>

      PR metadata (repo, number, title, url)

      If the URL is not a valid GitHub PR URL