From b028d4ad5bbe132446e03022e66deefd624aa93c Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:53:36 +0900 Subject: [PATCH] refacotr(gh): rename some files --- ...diagnostics.report.yml => backend-diagnostics.comment.yml} | 2 +- .github/workflows/backend-diagnostics.inspect.yml | 4 ++-- ...cs.report.yml => frontend-browser-diagnostics.comment.yml} | 2 +- .github/workflows/frontend-browser-diagnostics.inspect.yml | 2 +- ...ics.report.yml => frontend-bundle-diagnostics.comment.yml} | 4 ++-- .github/workflows/frontend-bundle-diagnostics.inspect.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) rename .github/workflows/{backend-diagnostics.report.yml => backend-diagnostics.comment.yml} (98%) rename .github/workflows/{frontend-browser-diagnostics.report.yml => frontend-browser-diagnostics.comment.yml} (96%) rename .github/workflows/{frontend-bundle-diagnostics.report.yml => frontend-bundle-diagnostics.comment.yml} (98%) diff --git a/.github/workflows/backend-diagnostics.report.yml b/.github/workflows/backend-diagnostics.comment.yml similarity index 98% rename from .github/workflows/backend-diagnostics.report.yml rename to .github/workflows/backend-diagnostics.comment.yml index f358216a62..4aa7eef68d 100644 --- a/.github/workflows/backend-diagnostics.report.yml +++ b/.github/workflows/backend-diagnostics.comment.yml @@ -1,4 +1,4 @@ -name: Backend diagnostics (report) +name: Backend diagnostics (comment) on: workflow_run: diff --git a/.github/workflows/backend-diagnostics.inspect.yml b/.github/workflows/backend-diagnostics.inspect.yml index 1474c78f0c..d5a47b804f 100644 --- a/.github/workflows/backend-diagnostics.inspect.yml +++ b/.github/workflows/backend-diagnostics.inspect.yml @@ -1,4 +1,4 @@ -# this name is used in backend-diagnostics.report.yml so be careful when change name +# this name is used in backend-diagnostics.comment.yml so be careful when change name name: Backend diagnostics (inspect) on: @@ -14,7 +14,7 @@ on: - .github/scripts/backend-diagnostics.inspect.mts - .github/scripts/memory-stability-util*.mts - .github/workflows/backend-diagnostics.inspect.yml - - .github/workflows/backend-diagnostics.report.yml + - .github/workflows/backend-diagnostics.comment.yml jobs: get-memory-usage: diff --git a/.github/workflows/frontend-browser-diagnostics.report.yml b/.github/workflows/frontend-browser-diagnostics.comment.yml similarity index 96% rename from .github/workflows/frontend-browser-diagnostics.report.yml rename to .github/workflows/frontend-browser-diagnostics.comment.yml index 7edc9f36c6..6b2f2b5a56 100644 --- a/.github/workflows/frontend-browser-diagnostics.report.yml +++ b/.github/workflows/frontend-browser-diagnostics.comment.yml @@ -1,4 +1,4 @@ -name: Frontend browser diagnostics (report) +name: Frontend browser diagnostics (comment) on: workflow_run: diff --git a/.github/workflows/frontend-browser-diagnostics.inspect.yml b/.github/workflows/frontend-browser-diagnostics.inspect.yml index 76af11bec6..63b43a05ae 100644 --- a/.github/workflows/frontend-browser-diagnostics.inspect.yml +++ b/.github/workflows/frontend-browser-diagnostics.inspect.yml @@ -29,7 +29,7 @@ on: - .github/scripts/frontend-browser-diagnostics.render-md.mts - .github/scripts/frontend-browser-diagnostics.inspect.mts - .github/workflows/frontend-browser-diagnostics.inspect.yml - - .github/workflows/frontend-browser-diagnostics.report.yml + - .github/workflows/frontend-browser-diagnostics.comment.yml permissions: contents: read diff --git a/.github/workflows/frontend-bundle-diagnostics.report.yml b/.github/workflows/frontend-bundle-diagnostics.comment.yml similarity index 98% rename from .github/workflows/frontend-bundle-diagnostics.report.yml rename to .github/workflows/frontend-bundle-diagnostics.comment.yml index be63dd4575..ecc6f1dcfa 100644 --- a/.github/workflows/frontend-bundle-diagnostics.report.yml +++ b/.github/workflows/frontend-bundle-diagnostics.comment.yml @@ -1,4 +1,4 @@ -name: Frontend bundle diagnostics (report) +name: Frontend bundle diagnostics (comment) on: workflow_run: @@ -28,7 +28,7 @@ on: - .github/scripts/utility.mts - .github/scripts/frontend-bundle-diagnostics.render-md.mts - .github/workflows/frontend-bundle-diagnostics.inspect.yml - - .github/workflows/frontend-bundle-diagnostics.report.yml + - .github/workflows/frontend-bundle-diagnostics.comment.yml permissions: actions: read diff --git a/.github/workflows/frontend-bundle-diagnostics.inspect.yml b/.github/workflows/frontend-bundle-diagnostics.inspect.yml index 31faaed79b..3572f77ea8 100644 --- a/.github/workflows/frontend-bundle-diagnostics.inspect.yml +++ b/.github/workflows/frontend-bundle-diagnostics.inspect.yml @@ -23,7 +23,7 @@ on: - .github/scripts/utility.mts - .github/scripts/frontend-bundle-diagnostics.render-md.mts - .github/workflows/frontend-bundle-diagnostics.inspect.yml - - .github/workflows/frontend-bundle-diagnostics.report.yml + - .github/workflows/frontend-bundle-diagnostics.comment.yml permissions: contents: read