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

    Function runPost

    Post a comment to a GitHub issue or PR.

    • Post a comment on a GitHub issue or PR.

      Parameters

      • options: PostOptions

        Post options

        • url

          Full GitHub issue or PR URL

        • message

          Comment body text

      Returns Promise<PostOutput>

      Object with commentUrl (the new comment's URL) and url (the original issue/PR URL)

      If the URL or message is invalid