-
-
Notifications
You must be signed in to change notification settings - Fork 198
chore: add diff action #2705
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
chore: add diff action #2705
Conversation
✅ Deploy Preview for rspress-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 adds Rsdoctor integration for build analysis and monitoring, enabling the capture of build metrics and bundle information. It also introduces a GitHub Actions workflow to automatically generate and report build data on pull requests.
- Integrated
@rsdoctor/rspack-pluginto collect build diagnostics and bundle information - Added a new GitHub Actions workflow to build the website and generate Rsdoctor reports
- Configured the plugin to output JSON reports for automated analysis
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| website/rspress.config.ts | Adds Rsdoctor plugin configuration with conditional enablement via RSDOCTOR env variable |
| website/package.json | Adds @rsdoctor/rspack-plugin dependency |
| pnpm-lock.yaml | Updates lockfile with Rsdoctor-related dependencies and transitive dependencies |
| .github/workflows/diff.yml | Introduces new workflow to build website with Rsdoctor and report metrics |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Rsdoctor Bundle Diff Analysis
Generated by Rsdoctor Action |
45b389b to
b87d0be
Compare
Chore/add diff action (#2720) test: for diff ci chore: rspress repo add diff CI chore: rspress repo add diff CI chore: rspress repo add diff CI
Summary
Related Issue
Checklist