On Sun, Feb 12, 2017 at 3:25 PM, Serhiy Storchaka <storchaka+cpyt...@gmail.com> wrote: > неділя, 12 лютого 2017 р. 11:46:08 EET Paul Moore написано: >> ... and just a further note that I'm finding the new github PR >> messages much easier to follow than the old python-checkins traffic. >> That's probably nothing more than personal familiarity with github, >> but nevertheless, even after only a couple of days, the new workflow >> is showing benefits for me. So thanks again! > > In contrary, I'm finding the new github PR messages less useful than old > messages. > > 1. The subject now starts with longer common prefix. It contains constant > "[python/cpython]" rather then shorter "cpython" and a part of the hash which > is less useful for reader (and in any case is duplicated in the message body). > > 2. The subject no longer contains information about a branch and merge status. > > 3. The sender name is GitHub rather than the name of committer.
I haven't tried yet, but I think it's possible to fix this too. > 4. The body doesn't contain full diff. It was easier to look at inlined patch > in mail/news client rather than open separate window in browser. > > Is this configurable? I would prefer restoring the old format. I wrote a webhook to restore the old format: https://github.com/berkerpeksag/cpython-emailer-webhook You can see the output at https://github.com/python/core-workflow/issues/24#issuecomment-279162079 and the full discussion at https://github.com/python/core-workflow/issues/24 --Berker _______________________________________________ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/