-
-
Notifications
You must be signed in to change notification settings - Fork 60
More diffs in notification emails #24
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
Comments
+1. I was going to open an issue for this :) Unfortunately it's not possible to include diffs in the email integration of GitHub. I can write a webhook to include diffs if we all want to see diffs in python-checkins emails. |
On Feb 11, 2017, at 06:05 AM, Berker Peksag wrote:
+1. I was going to open an issue for this :) Unfortunately it's not possible
to include diffs in the email integration of GitHub. I can write a webhook to
include diffs if we all want to see diffs in python-checkins emails.
+1 for the latter. Maybe we can submit a GH feature request for the former.
|
Here's an example email:
Differences with the Mercurial emails:
|
I've just finished the first version of the webhook: https://github.com/berkerpeksag/cpython-emailer-webhook |
Would it be too difficult to add a call to |
A call to |
This can be closed now. With help of the infra team and Brett, it's now up! See https://mail.python.org/pipermail/python-checkins/2017-July/151274.html for an example email. |
If it's possible to support in GH, I would like to see diffs (unified) in PRs and commit emails. While it increases the size of the emails, I think it would be a huge productivity increase. Without the diffs, I have to stop and click on a link in my email, then go to my browser, just to see if the change is anything I can or want to comment on.
If the diffs were in my email notifications, I could do a quick review immediately. By scanning the email I could:
I only want to go to the GH web ui when I really need to interact with the PR or commit, and that should be a minority of changes to Python.
The text was updated successfully, but these errors were encountered: