You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
only check new links on pull requests to avoid rate limiting
Large files like CHANGELOG.md contain hundreds of links. Checking
all of them on every PR triggers HTTP 502 rate limits. On PRs, now
only URLs from added lines in the diff are checked. Pushes to main
still check all links in changed files for full validation.
Mirrors open-telemetry/opentelemetry-python#5162.
Assisted-by: Claude Opus 4.6
0 commit comments