Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcddd92

Browse files
fix: add stackoverflow.com to linkspector ignore patterns
Stack Overflow returns 403 status to automated link checkers, causing the check-docs CI job to fail. Adding it to the ignore patterns follows the established pattern for other sites that block GitHub runner IPs. Co-Authored-By: [email protected] <[email protected]>
1 parent 697928a commit fcddd92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/.linkspector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ ignorePatterns:
2525
- pattern: "docs.github.com"
2626
- pattern: "claude.ai"
2727
- pattern: "splunk.com"
28+
- pattern: "stackoverflow.com"
2829
aliveStatusCodes:
2930
- 200

0 commit comments

Comments
 (0)