Problem
At the moment an email is sent out for each commit. When there is a PR with lots of commits a lot of emails get sent out.
With the AJAX PR about 100 emails will be sent out.
Suggestion:
Change it so its 1 email per push, not per commit. That means it is 1 email for develop changes. 2 for develop-olympus changes.
Then all commits would be detailed seperately in the email. So something like:
[phpBB Commits][phpbb3] David King pushed to the develop branch.
-------Commit 1 Info---------
Commit 1 Changes
-------Commit 2 Info----------
Commit 2 Changes




