-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot should announce in chat when repos are failing #451
Comments
Might also be helpful to automatically list all PRs merged in the Org since the last green test. Not sure how we would present that in an announcement cause the list could get really big? |
See also #186 |
Took a stab at this here: #469 |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the traige process documentation. |
This one now should be reworked to check GitHub Actions instead. |
I think the bot should monitor Travis repos, and announce failures in gitter chat. In particular, this announcement is important to be cross-repo, so that, say a failure in manageiq/master is announced in the manageiq/ui room.
To avoid slamming the rooms, the bot should announced once on first detection of failure, then announce once that failure is back to green.
The text was updated successfully, but these errors were encountered: