Function extractShaFromPullRequestContext

  • Exrtacts the head sha from the pull request event payload.

    Parameters

    • context: Context<"pull_request">

      The pull request version of Probot context.

    Returns string

    The string sha that correspond to the head commit of the pull request.

Generated using TypeDoc