-
Notifications
You must be signed in to change notification settings - Fork 126
Prevent notification storms on corrupted/improper PRs #787
Comments
Is |
Proposal: a simple "more than N people at once" limit for automatic notification. If more than that, ansibot instead of mentioning all the people would explain that it suspects it's a mistake, and will list the usernames it would have cc'd (without |
first implementation could be to disable all notifications if a merge commit is detected (something we already check for). |
Another common case recently we also have to consider: |
We are now closing one specific case, but I'd like to also consider a more general solution for other causes (like the one in my previous comment). I want to prevent any more of these cases because they make people want to drop out of any notifications. |
Seems to be back. opened #837 |
So almost daily we get some broken PRs with lots of existing commits in a new PR. Often the owner of the branch did something wrong and has no clue to resolve it and eventually just closes the ticket. But the real damage is already done at the time, as everybody involved with any of these commits (directly or indirectly) are getting mailed by ansibot.
Examples:
Either we should be able to identify these corrupt PRs, or at least prevent to send out notifications to more than an arbitrary number of people e.g. 25 ? Maybe check existing cases for a good treshold ?
The text was updated successfully, but these errors were encountered: