nexus-agents - v2.80.0
    Preparing search index...

    Function isMutatingAction

    • Check whether an action type can modify GitHub state. Mutating actions always require human approval before execution.

      Parameters

      • actionType:
            | "GeneratePatchPlan"
            | "DraftReply"
            | "ProposeLabels"
            | "SummarizeIssue"
            | "ClassifyIssue"
            | "IdentifyDuplicates"
            | "RequestHumanApproval"
            | "RefuseAction"
            | "HandoffMessage"

        The action type discriminator value.

      Returns boolean

      True if the action can modify state.