Skip to content

Commit 32c14d8

Browse files
committed
Ignore reddit when checking markdown links (#3223)
Reddit regularly blocks CI requests (ex: 403s), causing disruptions. It is better to just not check.
1 parent 3de391b commit 32c14d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/linters/markdown-link-check.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"ignorePatterns": [
33
{
44
"pattern": "^https?://github\\.com/"
5+
},
6+
{
7+
"pattern": "^https?://reddit\\.com/"
58
}
69
],
710
"replacementPatterns": [],

0 commit comments

Comments
 (0)