mirror of
https://github.com/bevyengine/bevy
synced 2024-11-25 14:10:19 +00:00
Ignore reddit when checking markdown links (#3223)
Reddit regularly blocks CI requests (ex: 403s), causing disruptions. It is better to just not check.
This commit is contained in:
parent
3de391be21
commit
32c14d8c6b
1 changed files with 3 additions and 0 deletions
3
.github/linters/markdown-link-check.json
vendored
3
.github/linters/markdown-link-check.json
vendored
|
@ -2,6 +2,9 @@
|
|||
"ignorePatterns": [
|
||||
{
|
||||
"pattern": "^https?://github\\.com/"
|
||||
},
|
||||
{
|
||||
"pattern": "^https?://reddit\\.com/"
|
||||
}
|
||||
],
|
||||
"replacementPatterns": [],
|
||||
|
|
Loading…
Reference in a new issue