Skip to content

Commit 0d8d5f2

Browse files
authored
chore: linkspector: ignore 503s from docs.github.com (coder#17125)
Fixes a 503 seen here: https://github.com/coder/coder/actions/runs/14094256166/job/39478147255?pr=17091
1 parent b863eca commit 0d8d5f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/.linkspector.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ ignorePatterns:
2222
- pattern: "www.gnu.org"
2323
- pattern: "wiki.ubuntu.com"
2424
- pattern: "mutagen.io"
25+
- pattern: "docs.github.com"
2526
aliveStatusCodes:
2627
- 200

0 commit comments

Comments
 (0)