Hoogle Search

Within LTS Haskell 23.26 (ghc-9.8.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module GitHub.Endpoints.Actions.Workflows

    No documentation available.

  2. workflowR :: IsPathPart idOrName => Name Owner -> Name Repo -> idOrName -> GenRequest ('MtJSON :: MediaType Type) 'RA Workflow

    github GitHub

    Get a workflow. See https://docs.github.com/en/rest/actions/workflows#get-a-workflow

  3. workflowRunAttemptR :: Name Owner -> Name Repo -> Id WorkflowRun -> Id RunAttempt -> GenRequest ('MtJSON :: MediaType Type) 'RA WorkflowRun

    github GitHub

    Get a workflow run attempt. See https://docs.github.com/en/rest/actions/workflow-runs#get-a-workflow-run-attempt

  4. workflowRunR :: Name Owner -> Name Repo -> Id WorkflowRun -> GenRequest ('MtJSON :: MediaType Type) 'RA WorkflowRun

    github GitHub

    Get a workflow run. See https://docs.github.com/en/rest/actions/workflow-runs#get-a-workflow-run

  5. workflowRunReviewHistoryR :: Name Owner -> Name Repo -> Id WorkflowRun -> GenRequest ('MtJSON :: MediaType Type) 'RA (Vector ReviewHistory)

    github GitHub

    Get the review history for a workflow run. See https://docs.github.com/en/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run

  6. workflowRunsForWorkflowR :: IsPathPart idOrName => Name Owner -> Name Repo -> idOrName -> WorkflowRunMod -> FetchCount -> GenRequest ('MtJSON :: MediaType Type) 'RA (WithTotalCount WorkflowRun)

    github GitHub

    List workflow runs for a workflow. See https://docs.github.com/en/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow

  7. workflowRunsR :: Name Owner -> Name Repo -> WorkflowRunMod -> FetchCount -> GenRequest ('MtJSON :: MediaType Type) 'RA (WithTotalCount WorkflowRun)

    github GitHub

    List workflow runs for a repository. See https://docs.github.com/en/rest/actions/workflow-runs#list-workflow-runs-for-a-repository

  8. workflowRunActor :: WorkflowRun -> !SimpleUser

    github GitHub.Data.Actions.WorkflowRuns

    No documentation available.

  9. workflowRunAttempt :: WorkflowRun -> !Integer

    github GitHub.Data.Actions.WorkflowRuns

    No documentation available.

  10. workflowRunConclusion :: WorkflowRun -> !Maybe Text

    github GitHub.Data.Actions.WorkflowRuns

    No documentation available.

Page 2 of many | Previous | Next