Hoogle Search

Within LTS Haskell 24.1 (ghc-9.10.2)

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

  1. workflowPath :: Workflow -> !Text

    github GitHub.Data.Actions.Workflows

    No documentation available.

  2. workflowState :: Workflow -> !Text

    github GitHub.Data.Actions.Workflows

    No documentation available.

  3. workflowUpdatedAt :: Workflow -> !UTCTime

    github GitHub.Data.Actions.Workflows

    No documentation available.

  4. workflowUrl :: Workflow -> !URL

    github GitHub.Data.Actions.Workflows

    No documentation available.

  5. workflowWorkflowId :: Workflow -> !Id Workflow

    github GitHub.Data.Actions.Workflows

    No documentation available.

  6. workflowRunModToQueryString :: WorkflowRunMod -> QueryString

    github GitHub.Data.Options

    No documentation available.

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

    github GitHub.Endpoints.Actions.WorkflowRuns

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

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

    github GitHub.Endpoints.Actions.WorkflowRuns

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

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

    github GitHub.Endpoints.Actions.WorkflowRuns

    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

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

    github GitHub.Endpoints.Actions.WorkflowRuns

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

Page 11 of many | Previous | Next