Skip to content
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

Idea: create an action that allows tracking the size changes of builds between specific branches. #4

Open
nerrad opened this issue May 25, 2020 · 0 comments
Labels
type: enhancement New feature or request

Comments

@nerrad
Copy link
Collaborator

nerrad commented May 25, 2020

Currently in the WooCommerce blocks project we use the compressed-size-action for tracking build size increases in pulls against the master branch.

Since we're moving to having pulls created for releases, I thought it'd be neat if there could be a signal to this action that triggers comparing the pull against the most recent release tag (non pre-release).

The benefit of this is that the release pull request would then have data included in it about the impact the entire release has on increases in build sizes from the previous release which can be hard to notice incrementally during ongoing development between releases.

This data can then be used to inform whether the size impact is more significant than expected and potentially block the release until it's dealt with.

@nerrad nerrad added the type: enhancement New feature or request label May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant