Skip to main content

templates/workflows/shared/operations-changes

Interfaces

ChangesContext

Defined in: templates/workflows/shared/operations-changes.ts:21

Properties

baseRef?
optional baseRef: string;

Defined in: templates/workflows/shared/operations-changes.ts:23

config?
optional config: Partial<PipecraftConfig>;

Defined in: templates/workflows/shared/operations-changes.ts:24

domains
domains: Record<string, any>;

Defined in: templates/workflows/shared/operations-changes.ts:22

Functions

createChangesJobOperation()

function createChangesJobOperation(ctx): PathOperationConfig;

Defined in: templates/workflows/shared/operations-changes.ts:33

Create the changes detection job operation.

Embeds domain configuration directly into the pipeline YAML at generation time. The detect-changes action receives this as structured input.

Parameters

ctx

ChangesContext

Returns

PathOperationConfig