Use case: I want to add a global or object rule to enforce something in commit with pre-commit.
Instead of hard blocking the commit, I want to gradually educate people first by sending them a notification and telling them that next month, this will be a blocking commit hook.
Currently the only notification option is to send an email. There are two downsides:
1: You can target a specific person, project etc, but not the original committer
2: Email is not sent to the person triggering the action, since most people disable email notifications for 'self triggered actions'. (or is the author of the herald rule the trigger ?)
I think this could be better:
New option: Notify committer, and it would be delivered according the notification settings that the user configured.