Netflix / dispatch

All of the ad-hoc things you're doing to manage incidents today, done for you, and much more!
Apache License 2.0
5.16k stars 516 forks source link

Fixes listing empty incidents in Slack. #5531

Open metroid-samus opened 1 week ago

metroid-samus commented 1 week ago

This PR handles a corner case where a user issues the /dispatch-list-incidents command when there are no visible incidents. This results in no blockkit blocks being created. Modals require at least one block to render or else it throws an error.

Adds additional tests for Slack plugin.