mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: linkspector: ignore 503s from docs.github.com (#17125)
Fixes a 503 seen here: https://github.com/coder/coder/actions/runs/14094256166/job/39478147255?pr=17091
This commit is contained in:
@@ -22,5 +22,6 @@ ignorePatterns:
|
||||
- pattern: "www.gnu.org"
|
||||
- pattern: "wiki.ubuntu.com"
|
||||
- pattern: "mutagen.io"
|
||||
- pattern: "docs.github.com"
|
||||
aliveStatusCodes:
|
||||
- 200
|
||||
|
||||
Reference in New Issue
Block a user