-
-
Notifications
You must be signed in to change notification settings - Fork 757
chore(ci): read size limit threshold from env variable #12822
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.
Pull request overview
This PR updates the CI workflow to make the size limit threshold configurable through an environment variable, allowing for easier adjustment without modifying the workflow file directly.
Changes:
- Modified the size-threshold parameter to read from an environment variable with a fallback to the existing hardcoded value
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Rsdoctor Bundle Diff AnalysisFound 5 projects in monorepo, 0 projects with changes. 📊 Quick Summary
Generated by Rsdoctor GitHub Action |
📦 Binary Size-limit
🙈 Size remains the same at 47.70MB |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
91343d0 to
7dd25c8
Compare
Deploying rspack-v2 with
|
| Latest commit: |
7dd25c8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://00ee7be3.rspack-v2.pages.dev |
| Branch Preview URL: | https://chore-size-limit-use-env-var.rspack-v2.pages.dev |
Summary
For easy adjustment of the threshold
Related links
Checklist