github / webpack-bundlesize-compare-action

A github action that outputs bundlesize comparison tables for pull requests
MIT License
78 stars 19 forks source link

Could the detailed bundle breakdown be a build artefact which is linked to? #584

Open sampart opened 4 weeks ago

sampart commented 4 weeks ago

The comment output from the action can include a very long detailed bundle breakdown (example). Although this is hidden behind a details element in the UI, it still leads to very long notification emails which must be scrolled through if there are later comments that one wants to see .

scrolling a long notification email from this action

Could we replace the details block with a build artefact that's linked to? That'd make the notification emails quicker to scroll, and mean we were sending less data over email (which would hopefully help from a sustainability perspective).

I suppose I could press "End" rather than scrolling, but it would still be nice not to have to do either.