Skip to content

7125: Support merging master/main into other branches in GitGraph #4940

7125: Support merging master/main into other branches in GitGraph

7125: Support merging master/main into other branches in GitGraph #4940

Triggered via pull request November 12, 2025 06:35
Status Success
Total duration 4m 53s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
autofix: packages/mermaid-layout-elk/src/render.ts#L157
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L156
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L149
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L148
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L56
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L55
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/__tests__/geometry.spec.ts#L45
Unexpected any. Specify a different type
autofix: cypress/integration/rendering/journey.spec.js#L217
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
autofix: cypress/integration/rendering/imageShape.spec.ts#L15
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
autofix: cypress/integration/rendering/iconShape.spec.ts#L17
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read