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

    Function isBelowMinStars

    • Check if a repo should be excluded based on its star count. Returns true if the repo is below the threshold or has unknown star count.

      Parameters

      • stargazersCount: number | undefined
      • minStars: number

      Returns boolean