foo-software / lighthouse-check-action

GitHub Action for running @GoogleChromeLabs Lighthouse audits with all the bells and whistles 🔔 Multiple audits, Slack notifications, and more!
https://github.com/marketplace/actions/lighthouse-check
MIT License
480 stars 24 forks source link

Only include enabled categories in Slack messages #81

Closed spencermehta closed 2 years ago

spencermehta commented 2 years ago

Is your feature request related to a problem? Please describe. If I am not tracking certain categories, e.g. 'onlyCategories': ['performance']', the Slack update message still includes all 5 categories with the disabled ones just displaying 0.

Describe the solution you'd like Only show entries for enabled categories in the Slack message

Describe alternatives you've considered N/A

Additional context

image
adamhenson commented 2 years ago

Thanks for reporting and providing details @spencermehta. I should have a fix for this within a week or sooner.

adamhenson commented 2 years ago

@spencermehta this has been addressed and released in version 8. Please update your configuration to point at master or version 8 and let me know if you have any issues.

spencermehta commented 2 years ago

Works perfectly, thanks!