panic
panic copied to clipboard
Integrate GitHubAlerter with factory classes
The factory class implementations for alerting where done after the GitHubAlerter was implemented, therefore they were not integrated.
In this ticket we should do the following:
- [ ] Implement the
GitHubAlertersimilarly to other alerters by integrating it with the alerting factory. - [ ] We must make sure that the
GitHubAlertersManagerhas a similar implementation as the other managers.