Add automated link validation workflow with configurable scope#27
Merged
Add automated link validation workflow with configurable scope#27
Conversation
Co-authored-by: zaxlofful <33877007+zaxlofful@users.noreply.github.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
simplewish | 6b3d2cd | Feb 01 2026, 11:47 PM |
Co-authored-by: zaxlofful <33877007+zaxlofful@users.noreply.github.com>
Co-authored-by: zaxlofful <33877007+zaxlofful@users.noreply.github.com>
Co-authored-by: zaxlofful <33877007+zaxlofful@users.noreply.github.com>
Co-authored-by: zaxlofful <33877007+zaxlofful@users.noreply.github.com>
Co-authored-by: zaxlofful <33877007+zaxlofful@users.noreply.github.com>
Co-authored-by: zaxlofful <33877007+zaxlofful@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add workflow for validating all repository links
Add automated link validation workflow with configurable scope
Feb 1, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR implements automated link validation across the repository with configurable scope options and automatic issue creation for broken links.
Changes:
- Adds
.github/workflows/check-links.ymlworkflow with scheduled weekly runs and manual triggers - Integrates
lycheeverse/lychee-action@v2for link checking with retry logic and timeout configuration - Implements three scope options: external (default), internal, and all
- Adds automatic issue creation/update with
link-checklabel and duplicate detection - Updates README.md with workflow badge and comprehensive documentation
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
.github/workflows/check-links.yml |
New workflow for automated link validation with dynamic lychee.toml generation, broken link detection, and issue management |
README.md |
Adds Check Links badge and detailed documentation of the link checker workflow, including scope options and usage instructions |
zaxlofful
approved these changes
Feb 1, 2026
Owner
zaxlofful
left a comment
There was a problem hiding this comment.
Verify Links are still valid
zaxlofful
approved these changes
Feb 1, 2026
zaxlofful
approved these changes
Feb 1, 2026
Owner
|
@copilot : failed again |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements automated link checking across the repository with issue creation for broken links.
Implementation
Workflow (
.github/workflows/check-links.yml)external(default),internal, oralllink-checklabel when links breakLink Checker
lycheeverse/lychee-action@v2(Rust-based, async)Scope Behavior
external: Excludes links to this repository viaexclude_pathregexinternal/all: Checks all links (no filtering applied)Issue Format
Documentation
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.