-
-
Notifications
You must be signed in to change notification settings - Fork 29
ENH: migrate to QE AI link-checker #384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR migrates the repository's link checking from the lychee
action to QuantEcon's new AI-enabled link checker. The change replaces the existing multi-step workflow (link checking + issue creation) with a single unified action that provides AI-powered analysis and automated issue reporting.
- Replaces
lycheeverse/lychee-action@v2
withQuantEcon/meta/.github/actions/link-checker@main
- Consolidates link checking and issue creation into a single step
- Adds AI-powered suggestions for broken link remediation
|
This PR enables the QuantEcon AI enabled link-checker action which replaces
lychee
. This is currently programmed to run weekly over the live site hosted ingh-pages
-- it will report any issues found as an Issue.We have done extensive testing (see #389), but we will use this repo as a test case for another week before pushing this across our lectures.