Skip to content

Commit 4e65912

Browse files
committed
POC: Exclude releases folder from MD link check using “ignorePatterns”
1 parent e24eaef commit 4e65912

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/check-doc-links-config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@
1414
],
1515
"ignorePatterns": [
1616
{
17-
"pattern": "^http://localhost"
17+
"pattern": "^http://localhost"
1818
},
1919
{
20-
"pattern": "https://www.php.net/manual/en/install.php"
20+
"pattern": "https://www.php.net/manual/en/install.php"
21+
},
22+
{
23+
"pattern": "^docs/internal-developers/testing/releases"
2124
}
2225
]
2326
}

0 commit comments

Comments
 (0)