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

    Function runComments

    Fetch comments for tracked issues/PRs.

    • Fetch all comments, reviews, and inline review comments for a PR. Filters out the user's own comments and optionally bot comments.

      Parameters

      • options: CommentsOptions

        Comment fetch options

        • prUrl

          Full GitHub PR URL

        • showBots

          Include bot comments (default: false)

      Returns Promise<CommentsOutput>

      Categorized comments with review, inline, and discussion sections

      If the URL is not a valid GitHub PR URL