Merged
Conversation
✅ Deploy Preview for rsdoctor ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new GitHub Actions workflow for automated Ecosystem CI testing. The workflow triggers on pushes to main and manual dispatches, running ecosystem tests to validate changes against downstream dependencies.
- Implements path filtering to skip CI for documentation-only changes
- Adds manual workflow dispatch support for testing specific branches
- Integrates with rspack-contrib/rstack-ecosystem-ci for automated ecosystem testing
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
Thanks~ This is really needed. I haven't added it. |
yifancong
approved these changes
Oct 30, 2025
Merged
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.
Summary
add ecosystem CI. if everything goes well, after merging a few commits into the main branch, we can see the results at https://rstack-ecosystem-ci.netlify.app/?stack=rsdoctor (the website pulls the latest data and deploys it every hour, so a bit delay maybe).
Related Links