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

Skip to content

ci: ignore flaky codeium.com and marketplace.visualstudio.com links - #28203

Merged
matifali merged 1 commit into
mainfrom
docs/fix-flaky-link-checks-and-windsurf-links
Aug 18, 2026
Merged

ci: ignore flaky codeium.com and marketplace.visualstudio.com links#28203
matifali merged 1 commit into
mainfrom
docs/fix-flaky-link-checks-and-windsurf-links

Conversation

@matifali

@matifali matifali commented Aug 17, 2026

Copy link
Copy Markdown
Member

Problem

The docs link-check job (linkspector) started failing on two external links that aren't actually broken, they're being rate-limited/blocked by the target sites when hit from GitHub runner IPs:

  • https://codeium.com/windsurf -> 429
  • https://marketplace.visualstudio.com/vscode -> 503

Fix

Add both domains to ignorePatterns in .github/.linkspector.yml, matching the existing pattern already used for other real sites that block the linkspector action / GitHub runner IPs (code.visualstudio.com, npmjs.com, merriam-webster.com, etc.).

Validation

Validated the updated YAML parses correctly and ran make lint locally (docs lint, markdownlint, and repo checks all pass).

Follow-up: a separate PR will rebrand the Windsurf docs to Devin Desktop (Codeium -> Windsurf -> Devin Desktop), since codeium.com is stale branding, not just a flaky link.

🤖 This PR was created with the help of Coder Agents, and needs a human review. 🧑💻

@matifali
matifali requested a review from nickvigilante August 17, 2026 09:45
@matifali matifali changed the title ci(docs): ignore flaky codeium.com and marketplace.visualstudio.com links ci: ignore flaky codeium.com and marketplace.visualstudio.com links Aug 17, 2026
@matifali
matifali requested a review from bpmct August 18, 2026 07:07
@linear-code

linear-code Bot commented Aug 18, 2026

Copy link
Copy Markdown

DOCS-672

@matifali
matifali requested a review from jakehwll August 18, 2026 07:14
@matifali
matifali merged commit b674d40 into main Aug 18, 2026
54 of 57 checks passed
@matifali
matifali deleted the docs/fix-flaky-link-checks-and-windsurf-links branch August 18, 2026 07:32
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants