Skip to content

RunGitlabCommentParams

Defined in: src/ci/gitlab.ts:195

aslGlob: string;

Defined in: src/ci/gitlab.ts:197

Comma-separated glob patterns matching ASL definition files.


optional awsRegion?: string;

Defined in: src/ci/gitlab.ts:198


optional catchHandling?: CatchHandling;

Defined in: src/ci/gitlab.ts:200

Drop error-handler (Catch) branches — shrinks plain (added/deleted) diagrams; has no effect on a diff diagram, which takes no render options.


commentTag: string;

Defined in: src/ci/gitlab.ts:202

Unique tag used to find/update this run’s note on later pushes.


optional cwd?: string;

Defined in: src/ci/gitlab.ts:203


optional env?: ProcessEnv;

Defined in: src/ci/gitlab.ts:204


executionMode: ExecutionMode;

Defined in: src/ci/gitlab.ts:205


optional fetchImpl?: {
(input, init?): Promise<Response>;
(input, init?): Promise<Response>;
};

Defined in: src/ci/gitlab.ts:207

Injectable for tests; defaults to the global fetch.

(input, init?): Promise<Response>;

MDN Reference

URL | RequestInfo

RequestInit

Promise<Response>

(input, init?): Promise<Response>;

MDN Reference

string | URL | Request

RequestInit

Promise<Response>


outputDir: string;

Defined in: src/ci/gitlab.ts:209

Where SVG fallback diagrams are written once the report exceeds GitLab’s inline Mermaid budget.


stateMachineArn: string;

Defined in: src/ci/gitlab.ts:210


theme: ThemeOption;

Defined in: src/ci/gitlab.ts:211