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

    Function isReadOnlyAction

    • Check whether an action type is read-only (does not modify GitHub state).

      Parameters

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

        The action type discriminator value.

      Returns boolean

      True if the action is read-only.