Skip to main content

templates/actions/manage-branch.yml.tpl

Manage Branch Action Template

Generates a composite action for branch operations including fast-forward merges, branch creation, and deletion. Core utility for trunk-based development workflows.

Functions

generate()

function generate(ctx): Promise<any>;

Defined in: templates/actions/manage-branch.yml.tpl.ts:145

Generator entry point for manage-branch composite action.

Parameters

ctx

PinionContext & object

Pinion generator context

Returns

Promise<any>

Updated context after file generation