codemonitors: Make store aware of webhook and slack_webhook columns
Created by: camdencheek
In #27474, I updated the database schema to add webhook
and slack_webhook
columns and tables to code monitors. In this PR, I update the store to be aware of those
types, and add ListActionJobs
and CountActionJobs
methods that handle listing
and counting for more than just emails.
Stacked on #27475