Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

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

    github GitHub.Endpoints.Actions.WorkflowRuns

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

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

    github GitHub.Endpoints.Actions.Workflows

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

  3. workflowFileName :: TaskRunnerSettings -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    The file to store the workflow in.

  4. workflowFileName :: TaskRunnerSettings -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

    The file to store the workflow in.

  5. mapWorkflow :: forall t (m :: Type -> Type) a b . (Reflex t, Functor m) => (a -> b) -> Workflow t m a -> Workflow t m b

    reflex Reflex.Workflow

    Map a function over a Workflow, possibly changing the return type.

  6. mapWorkflowCheap :: forall t (m :: Type -> Type) a b . (Reflex t, Functor m) => (a -> b) -> Workflow t m a -> Workflow t m b

    reflex Reflex.Workflow

    Map a "cheap" function over a Workflow. Refer to the documentation for pushCheap for more information and performance considerations.

  7. unWorkflow :: Workflow t (m :: Type -> Type) a -> m (a, Event t (Workflow t m a))

    reflex Reflex.Workflow

    No documentation available.

  8. approveWorkflowRunR :: Name Owner -> Name Repo -> Id WorkflowRun -> GenRequest ('MtUnit :: MediaType Type) 'RW ()

    github GitHub

    Approve a workflow run for a fork pull request. See https://docs.github.com/en/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request

  9. artifactsForWorkflowRunR :: Name Owner -> Name Repo -> Id WorkflowRun -> FetchCount -> Request 'RA (WithTotalCount Artifact)

    github GitHub

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

  10. cancelWorkflowRunR :: Name Owner -> Name Repo -> Id WorkflowRun -> GenRequest ('MtUnit :: MediaType Type) 'RW ()

    github GitHub

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

Page 12 of many | Previous | Next