Function parsePullRequestNumbersFromCheckRunContext

  • Parses the numbers for all pull requests that are associated with a check run.

    Since the function is currently not used in favor of the one that extracts the pull number together with the sha, it is ignored for coverage calculation for now.

    Parameters

    • context: Context<any>

      The check run version of Probot context

    Returns number[]

    The pull request numbers that are associated with the check run that triggered this event.

Generated using TypeDoc