__See other messages about being careful with secrets__ Most of this is all do able with [webhooks](https://en.wikipedia.org/wiki/Webhook) see [discord docs](https://discord.com/developers/docs/resources/webhook) and [github docs](https://docs.github.com/en/webhooks/using-webhooks/creating-webhooks) or forced with web scraping. - [ ] Create a discord message on a test server - [ ] Edit the discord message in the channel to show how many issues are in each swim lane. (x open, y doing, z in review and w done) - [ ] Show if the code is currently passing (blocked by #4 ) and the current code coverage (blocked by #5 ) Avoid deleting the message and rewriting it as this will send a notification.
See other messages about being careful with secrets
Most of this is all do able with webhooks see discord docs and github docs or forced with web scraping.
Avoid deleting the message and rewriting it as this will send a notification.