After a github milestone has been closed, I want to have github configured so that it automatically sends an email that the milestone has just closed to a non-team member (my CEO)?
Is there a simple configuration option I am missing?
|
After a github milestone has been closed, I want to have github configured so that it automatically sends an email that the milestone has just closed to a non-team member (my CEO)? Is there a simple configuration option I am missing? |
|||
|
|
|
You can either use the Repo Hooks API and get notified either by a JSON HTTP Request or subscribing to issue events via PubSubHubbub about milestone changes, or you can use the Milestones API and have your repository users manage milestone statuses through an internal application you've purposefully built for notifying other members about milestone changes. |
|||
|
|