fix(ci): update FILE-SYSTEM-MAP.md path after docs reorganization
The docs reorg moved FILE-SYSTEM-MAP.md from docs/ to docs/dev/ but pr-risk-check.mjs was not updated, causing the PR Risk Report CI job to fail on every PR.
This commit is contained in:
parent
6d9f02054d
commit
9d477b4a2e
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/dev/FILE-SYSTEM-MAP.md');
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Risk tier definitions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue