Suppress github.com link checking for now to avoid constant 429 failures (#2216)

This commit is contained in:
Trask Stalnaker 2025-05-05 08:00:01 -07:00 committed by GitHub
parent f745220f91
commit 7d0a1b44f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ exclude = [
"^https://github.com/open-telemetry/opentelemetry-specification/(pull|issues)/\\d+$",
# TODO (lmolkova) treat timeout as not a failure?
"^https://www.intersystems.com",
"^https://gcc.gnu.org"
"^https://gcc.gnu.org",
"^https://github.com" # to avoid rate limit errors
# TODO (trask) look at options
]
# better to be safe and avoid failures