AutoTransform
stable

Documents

  • Overview
  • Components
  • Best Practices
  • Scheduled Runs
  • Managing Changes
  • Extending For Your Organization
  • Contributing To AutoTransform

Code

  • AutoTransform (autotransform)
    • Core
      • Schema Package (autotransform.schema)
      • Scripts (autotransform.scripts)
      • Config Package (autotransform.config)
      • Runner Package (autotransform.runner)
      • Item Package (autotransform.item)
      • Change Package (autotransform.change)
      • Step Package (autotransform.step)
        • Step (autotransform.step.base)
        • Actions (autotransform.step.action)
        • ConditionalStep (autotransform.step.conditional)
      • Event Package (autotransform.event)
      • Utilities (autotransform.util)
    • Schema Components
AutoTransform
  • »
  • AutoTransform (autotransform) »
  • Step Package (autotransform.step)
  • Edit on GitHub

Step Package (autotransform.step)

Steps are used by the Manager to determine how to handle outstanding Changes from AutoTransform. Merging accepted changes, abandoning rejected ones, updating stale one, are all examples of potential steps.

  • Step (autotransform.step.base)
  • Actions (autotransform.step.action)
    • Action (autotransform.step.action.base)
    • Comment Actions (autotransform.step.action.comments)
    • Label Actions (autotransform.step.action.labels)
    • Reviewer Actions (autotransform.step.action.reviewers)
    • Source Control Actions (autotransform.step.action.source)
  • ConditionalStep (autotransform.step.conditional)
    • Conditions
      • Condition (autotransform.step.condition.base)
      • Comparison (autotransform.step.condition.comparison)
      • AggregateCondition (autotransform.step.condition.aggregate)
      • Created Time Conditions (autotransform.step.condition.created)
      • Reviewers Conditions (autotransform.step.condition.reviewers)
      • Schema Conditions (autotransform.step.condition.schema)
      • ChangeStateCondition (autotransform.step.condition.state)
      • Updated Time Conditions (autotransform.step.condition.updated)
    • ConditionalStep
Previous Next

© Copyright 2022, Nathan Rockenbach. Revision a0b9da55.

Built with Sphinx using a theme provided by Read the Docs.