-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(docs): Document status check rules configuration #16227
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
Add comprehensive documentation for configuring status check rules in the Size Analysis CI integration guide. This allows users to set up automatic status check failures when size thresholds are exceeded. Changes: - Add "Configuring Status Check Rules" section to CI integration guide - Document metrics (Install Size, Download Size) - Document measurement types (Absolute Size, Absolute Diff, Relative Diff) - Document optional filters (App ID, Branch, Build Configuration, Platform) - Include practical example of preventing large size increases - Update index.mdx to mention configurable rules - Upgrade platformicons to 9.0.6 to fix missing litellm.svg icon - Add screenshots for settings page and rule configuration form Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
| "nextjs-toploader": "^1.6.6", | ||
| "p-limit": "^6.2.0", | ||
| "platformicons": "^9.0.5", | ||
| "platformicons": "^9.0.6", |
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.
I was having a compile issue and claude suggested this fix and then it compiled 🤷
chromy
left a comment
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.
lgtm
Replace `//` with proper YAML comment syntax `#` in GitHub Actions workflow examples. The previous syntax would cause YAML parsing errors if copied directly. Co-Authored-By: Claude <noreply@anthropic.com>
Summary
Adds documentation for configuring status check rules in the Size Analysis CI integration guide. This feature allows users to define thresholds that automatically fail status checks when exceeded on pull requests.
Documentation Updates
integrating-into-ci.mdx):