Skip to content

Commit eb93a06

Browse files
committed
fix(ci): ignore npmjs.com in markdown link checker
npmjs.com returns 403 for automated requests, causing false positives
1 parent e69c751 commit eb93a06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mlc_pull_req_config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"ignorePatterns": [
1111
{
1212
"pattern": "^[^/]+$"
13+
},
14+
{
15+
"pattern": "^https://www.npmjs.com/"
1316
}
1417
],
1518
"aliveStatusCodes": [200, 206, 429]

0 commit comments

Comments
 (0)