UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

6 lines 176 B
type Ctx = { agentUserName: string; }; export declare const getEventPrompt: (ctx: Ctx) => string; export declare const getMergeRequestPrompt: (ctx: Ctx) => string; export {};