klothoplatform / slack-notifier

Slack notification bot
MIT License
3 stars 0 forks source link

handle PR synchronize (ie new commits pushed) #15

Closed ghost closed 2 years ago

ghost commented 2 years ago

This resolves #9

Also, some refactoring: I pulled out "check if we have a PR thread, and if so act on it" logic out from handlePrClosed, since the new handlePrSynchronized has the same boilerplate (and others will as well).