From 15d8974611ab2f6e72a284ef17ebb65801902968 Mon Sep 17 00:00:00 2001 From: Lex Christopherson Date: Wed, 25 Mar 2026 12:44:43 -0600 Subject: [PATCH] =?UTF-8?q?fix(ci):=20update=20FILE-SYSTEM-MAP.md=20path?= =?UTF-8?q?=20after=20docs=E2=86=92docs-internal=20move?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Mintlify docs migration renamed docs/ to docs-internal/ but pr-risk-check.mjs still referenced the old path, causing every PR Risk Report workflow to fail with an empty body. Co-Authored-By: Claude Opus 4.6 (1M context) --- scripts/pr-risk-check.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pr-risk-check.mjs b/scripts/pr-risk-check.mjs index 18c88e02b..c141d8fc9 100644 --- a/scripts/pr-risk-check.mjs +++ b/scripts/pr-risk-check.mjs @@ -20,7 +20,7 @@ import { createInterface } from 'readline'; const __dirname = dirname(fileURLToPath(import.meta.url)); const REPO_ROOT = resolve(__dirname, '..'); -const MAP_PATH = resolve(REPO_ROOT, 'docs/FILE-SYSTEM-MAP.md'); +const MAP_PATH = resolve(REPO_ROOT, 'docs-internal/FILE-SYSTEM-MAP.md'); // --------------------------------------------------------------------------- // Risk tier definitions