fix(ci): update FILE-SYSTEM-MAP.md path after docs→docs-internal move
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) <noreply@anthropic.com>
This commit is contained in:
parent
811680f5b6
commit
15d8974611
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue