github / webpack-bundlesize-compare-action

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

added spacing around dash in custom title #414

Closed mindtraveller closed 1 year ago

mindtraveller commented 1 year ago

When adding custom title it's added with a dash without spacing e.g. Bundle Stats-Title. It looks better with spaces around the dash e.g. Bundle Stats - Title. The PR fixes this

mattcosta7 commented 1 year ago

Happy to land this and drop a patch release, if you don't mind merging in master and running npm run all to resolve the conflict

mattcosta7 commented 1 year ago

shipped in https://github.com/github/webpack-bundlesize-compare-action/releases/tag/v1.8.1

thanks @mindtraveller