are there any good channels if I want to talk about github workflows?
+[2019-12-01T15:01:45Z]Yoginthhaha ???? +[2019-12-01T18:58:50Z]apsknightHello +[2019-12-01T22:57:57Z]AlexP11223I got a PR with a horrible commit message, What's the best way to change it when merging? +[2019-12-01T23:08:39Z]holgerssonAlexP11223: In case you can ask the commit'er to rephrase via "git commit --amend" and re-push, so he or she will learn it for the next time. +[2019-12-02T18:40:20Z]mertyildiranHi, I have this workflow to build the Docker image https://github.com/DragonComputer/Dragonfire/blob/master/.github/workflows/docker.yml and this workflow to run the tests https://github.com/DragonComputer/Dragonfire/blob/master/.github/workflows/pythonapp.yml