MobX GitHub
    Preparing search index...

    Class CheckRunModel

    Model for GitHub Actions check runs

    Hierarchy

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • owner: string
      • repository: string
      • ref: string

      Returns CheckRunModel

    Properties

    baseURI: string = ''
    client: HTTPClient<Context> = githubClient
    owner: string
    ref: string
    repository: string

    Methods

    • Protected

      Parameters

      Returns Promise<{ pageData: {}[]; totalCount: number }>