Skip to content

ci: ignore authenticated Slack links in the markdown link check - #873

Open
Yetkin Timocin (ytimocin) wants to merge 1 commit into
mainfrom
ci/ignore-slack-links
Open

Yetkin Timocin (ytimocin) wants to merge 1 commit into
mainfrom
ci/ignore-slack-links

Conversation

@ytimocin

Copy link
Copy Markdown
Collaborator

The README's Slack channel link (cloud-native.slack.com/archives/...) returns 403 to unauthenticated requests, so markdown-link-check fails on any PR that touches a markdown file and intermittently on main. The link is correct; the checker cannot follow it.

This ignores the archives/ path the same way mailto: links are already ignored. Azure/fleet carries the same ignore (Azure/fleet@dbbe3c9c).

Currently blocking a green check on #822, #823, and #824.

cloud-native.slack.com/archives/* answers 403 to unauthenticated
requests, so the README's Slack channel link fails the link checker on
any PR that touches a markdown file, and intermittently on main. The
link is correct; the checker cannot follow it. Ignore the archives path
the same way mailto: links are ignored.

Azure/fleet already carries this ignore (dbbe3c9c).

Signed-off-by: Yetkin Timocin <ytimocin@microsoft.com>
@ytimocin
Yetkin Timocin (ytimocin) requested a review from a team as a code owner September 2, 2026 20:40
@codecov

codecov Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@michaelawyu Chen Yu (michaelawyu) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants