From 227268fa1b67f45c7d0c22b44231fb2cf25b2ff7 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Fri, 17 Jul 2026 17:29:47 +0900 Subject: [PATCH] chore(gh): tweak workflow --- .github/scripts/frontend-bundle-diagnostics.render-md.mts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/scripts/frontend-bundle-diagnostics.render-md.mts b/.github/scripts/frontend-bundle-diagnostics.render-md.mts index efb0a10c85..a198b46b5c 100644 --- a/.github/scripts/frontend-bundle-diagnostics.render-md.mts +++ b/.github/scripts/frontend-bundle-diagnostics.render-md.mts @@ -7,8 +7,6 @@ import { promises as fs } from 'node:fs'; import path from 'node:path'; import * as util from './utility.mts'; -const marker = ''; - const locale = 'ja-JP'; //function sharePercent(value, total) { @@ -594,8 +592,6 @@ const afterVisualizerReport = collectVisualizerReport(afterStats); const visualizerArtifactLink = `[Open treemap HTML](${process.env.FRONTEND_BUNDLE_REPORT_ARTIFACT_URL})`; const body = [ - marker, - '', `## 📦 Frontend Bundle Report`, '', renderFrontendChunkReport(before, after),