Room-11 / Jeeves

Chatbot for Stack Overflow
MIT License
42 stars 19 forks source link

travis watcher #200

Open krakjoe opened 7 years ago

krakjoe commented 7 years ago

Watch travis, tell us when bad things happen ...

Some possible sources of inspiration:

PeeHaa commented 7 years ago

How would you imagine this will work?

E.g. !!travis register php/php-src master and report when it fails?

Also what happens when it keeps failing? Keep reporting?

Or just only report on status change? pass -> fail or fail -> pass

krakjoe commented 7 years ago

How would you imagine this will work?

Magic, of course.

and report when it fails? Also what happens when it keeps failing? Keep reporting?

This is all part of the magic ...

As a rough guide, we should know when the status changes, or is actionable:

Success -> Fail: Notify - we need to do something Success -> Success: Ignore - we don't need to do anything Fail -> Success: Notify - we don't need to do anything, but we should know about it Fail -> Fail: Notify - we need to do something

Something like that ?