We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of #3279
Automatically break the build when the changes introduced in a branch yield too big an impact on file sizes/modules content.
It'll make it easier to spot big impacts, and make consistent from one PR to another what's considered as such.
Developers
We'll likely want to consider comparing relative changes, rather than absolute ones ↩
We'll need to design a way to get the PR to go through anyway, as the large variation may be justified (eg. new component, big tidy-up...) ↩
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Part of #3279
What
Automatically break the build when the changes introduced in a branch yield too big an impact on file sizes/modules content.
Why
It'll make it easier to spot big impacts, and make consistent from one PR to another what's considered as such.
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
Footnotes
We'll likely want to consider comparing relative changes, rather than absolute ones ↩
We'll need to design a way to get the PR to go through anyway, as the large variation may be justified (eg. new component, big tidy-up...) ↩
The text was updated successfully, but these errors were encountered: