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

    Function computeRepoSignals

    • Compute per-repo maintainer signals from observed open PR data.

      • isResponsive: true if any PR in the repo has a maintainer comment and stalenessTier is active
      • hasActiveMaintainers: true if any non-stale PR exists in the repo (stalenessTier is 'active')

      Parameters

      • prs: FetchedPR[]

        Open PRs to compute signals from

      Returns Map<string, ComputedRepoSignals>

      Map of repo names to maintainer responsiveness signals