Labels |
Added:
bug
|
Labels |
Added:
GitHub sync
|
Labels |
Added:
v1.0
|
Actually, there is a status event listed (https://developer.github.com/webhooks/#events). If we felt it appropriate to add a hook receiver for that, we could integrate it in.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-17 22:52:29 |
Closed_By | ⇒ | zero-24 |
This happens if the CI results are still pending while the issue gets updated.
There is no hook indicating when the CI stuff is finished so the only way would be to check for
pending
issues when our cron runs - I guess...