Function fetchConfig

  • Fetches the app configuration from the user's repository.

    Parameters

    • context: Context<"pull_request"> | Context<"check_run">

      The base Probot context which is even independent.

    Returns Promise<CheckGroupConfig>

    The configuration or default configuration if non exists.

Generated using TypeDoc