do not check links on docs.github.com (#4578)
# Objective - related to #4575, but not a complete fix - links to GitHub.com can't be checked from inside a GitHub Actions as GitHub is protecting itself from being flooded by an action execution - it seems they added that protection to GitHub doc site ## Solution - Ignore links to docs.github.com
This commit is contained in:
parent
46acb7753c
commit
dd57a94155
3
.github/linters/markdown-link-check.json
vendored
3
.github/linters/markdown-link-check.json
vendored
@ -3,6 +3,9 @@
|
||||
{
|
||||
"pattern": "^https?://github\\.com/"
|
||||
},
|
||||
{
|
||||
"pattern": "^https?://docs\\.github\\.com/"
|
||||
},
|
||||
{
|
||||
"pattern": "^https?://reddit\\.com/"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user