Skip to content

Commit 900e112

Browse files
committed
Build: Skip checking https://code-of-conduct.openjsf.org/ in the hydra crawler
We're getting 429 Too Many Requests on almost every spider-check run.
1 parent 1965978 commit 900e112

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/configs/hydra-config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"//": [
33
"2023-05: twitter.com serves broken redirect-loop",
4-
"2025-04: The oembed endpoint responds HTTP 429 Too Many Requests too often; perhaps because almost every page links to one"
4+
"2025-04: The oembed endpoint responds HTTP 429 Too Many Requests too often; perhaps because almost every page links to one",
5+
"2026-03 code-of-conduct.openjsf.org serves 429 Too Many Requests too often"
56
],
67
"exclude_scheme_prefixes": [
78
"https://twitter.com/",
8-
"https://api.jquery.com/wp-json/oembed/1.0/embed"
9+
"https://api.jquery.com/wp-json/oembed/1.0/embed",
10+
"https://code-of-conduct.openjsf.org/"
911
]
1012
}

0 commit comments

Comments
 (0)