Skip to content

Commit

Permalink
Ignore reddit when checking markdown links (bevyengine#3223)
Browse files Browse the repository at this point in the history
Reddit regularly blocks CI requests (ex: 403s), causing disruptions. It is better to just not check.
  • Loading branch information
cart committed Nov 29, 2021
1 parent 3de391b commit 32c14d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/linters/markdown-link-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"ignorePatterns": [
{
"pattern": "^https?://github\\.com/"
},
{
"pattern": "^https?://reddit\\.com/"
}
],
"replacementPatterns": [],
Expand Down

0 comments on commit 32c14d8

Please sign in to comment.