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

    Function fetchPRCommentBundle

    • Fetch a single PR's comment bundle. Filters out the authenticated user's own comments and bots. Throws ValidationError on a non-PR URL.

      Parameters

      • octokit: Octokit & RestEndpointMethods & Api & {}
      • prUrl: string
      • githubUsername: string

      Returns Promise<PRCommentBundle>