Ennovar / ennovarbot

Hubot for Ennovar Slack
2 stars 1 forks source link

github event notifier #7

Closed RyFisher closed 8 years ago

RyFisher commented 8 years ago

Bot should send a message to the #frontend-devs Slack channel when there is a push to the dev-branch to let everyone know they need to update their own branches

RyFisher commented 8 years ago

@jyothyswaroop and @BhargavaAttem

RyFisher commented 8 years ago

1) Push event

Try to activate it only when there's a push to master Example: "New push made to 'ennovarbot' master branch: https://github.com/Ennovar/ennovarbot"

2) Pull Request

Example: "New pull request created by jyothyswaroop from bhargava-jyo to dev-branch on ennovarbot"

3) New Issue Created

Example: "New issue 'Github Event Notifier' created on ennovarbot: https://github.com/Ennovar/ennovarbot/issues/7"

4) Issue Assigned to Someone

Example "Issue 'Github Event Notifier' on ennovarbot assigned to BhargavaAttem: https://github.com/Ennovar/ennovarbot/issues/7"

RyFisher commented 8 years ago

If you think of any more events where it would be helpful to receive a slack notification, go ahead and add them

RyFisher commented 8 years ago

Testing issue comment