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:24

config?
optional config: Partial<PipecraftConfig>;

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

domains
domains: Record<string, any>;

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

useNx?
optional useNx: boolean;

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

Functions

createChangesJobOperation()

function createChangesJobOperation(ctx): PathOperationConfig;

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

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