MLH-Fellowship / github-discord-bot

This bot allows you to associate a Github repo to a Discord channel and get quick info, such as summary, recent issues, pull requests, etc.
MIT License
6 stars 1 forks source link

add feature to announce merged pull requests by MLH fellows #7

Open diananova opened 3 years ago

gmelodie commented 3 years ago

How are you thinking this could be triggered? Once every X hours, by issuing a command (like !git shoutout <fellow> ), or maybe both? You could also have a github event trigger, so when something happens on github you get notified and issue an announcement on discord (that'd be harder to do though).

diananova commented 3 years ago

yeah this feature is more complex to implement, so we thought we'd leave for last and see if we have time to implement it.