RunGitlabCommentParams
Defined in: src/ci/gitlab.ts:195
Properties
Section titled “Properties”aslGlob
Section titled “aslGlob”aslGlob: string;Defined in: src/ci/gitlab.ts:197
Comma-separated glob patterns matching ASL definition files.
awsRegion?
Section titled “awsRegion?”optional awsRegion?: string;Defined in: src/ci/gitlab.ts:198
catchHandling?
Section titled “catchHandling?”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
Section titled “commentTag”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
Section titled “executionMode”executionMode: ExecutionMode;Defined in: src/ci/gitlab.ts:205
fetchImpl?
Section titled “fetchImpl?”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.
Call Signature
Section titled “Call Signature”(input, init?): Promise<Response>;Parameters
Section titled “Parameters”URL | RequestInfo
RequestInit
Returns
Section titled “Returns”Promise<Response>
Call Signature
Section titled “Call Signature”(input, init?): Promise<Response>;Parameters
Section titled “Parameters”string | URL | Request
RequestInit
Returns
Section titled “Returns”Promise<Response>
outputDir
Section titled “outputDir”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
Section titled “stateMachineArn”stateMachineArn: string;Defined in: src/ci/gitlab.ts:210
theme: ThemeOption;Defined in: src/ci/gitlab.ts:211