You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundlemon is a CI step that compiles the code and then compares the size of key compiled bundles with the mergebase. Unfortunately when you stack a PR (ie. with Graphite) the mergebase is the PR before it. Bundlemon has no knowledge of such a branch and thinks that every file has been added anew.
The fix will be to get Bundlemon to use the root branch as the mergebase. Or I guess just alwaysmain.
The text was updated successfully, but these errors were encountered:
Bundlemon is a CI step that compiles the code and then compares the size of key compiled bundles with the mergebase. Unfortunately when you stack a PR (ie. with Graphite) the mergebase is the PR before it. Bundlemon has no knowledge of such a branch and thinks that every file has been added anew.
The fix will be to get Bundlemon to use the root branch as the mergebase. Or I guess just always
main
.The text was updated successfully, but these errors were encountered: