-
Notifications
You must be signed in to change notification settings - Fork 9
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
Always compare the current PR's bundle size to main #71
base: main
Are you sure you want to change the base?
Conversation
Regardless of what the mergebase of the current PR is, this will cause Bundlemon to _always_ compare the size from the perspective of the last known `main` size. This prevents stacked PRs from trying (and failing) to find the size of the PR branch directly underneath them.
BundleMonUnchanged files (127)
No change in files bundle size Final result: ✅ View report in BundleMon website ➡️ |
|
Don't review this yet. I want to make extra sure this works next time I have a stack of PRs in Graphite. |
Regardless of what the mergebase of the current PR is, this will cause Bundlemon to always compare the size from the perspective of the last known
main
size.This prevents stacked PRs from trying (and failing) to find the size of the PR branch directly underneath them.
Fixes #70
Test Plan
Works on #72.