patchew-project / patchew

A patch email tracking and testing system
MIT License
72 stars 24 forks source link

Notify when patch is merged #102

Closed bonzini closed 5 years ago

bonzini commented 5 years ago

On kernel.org, CCing a magic address results in an automatic message when the patch is merged. It should be trivial to add a SeriesMerged event similar to the existing SeriesComplete event. The email notification can check for the magic CC and, if absent, cancel sending the message.

bonzini commented 5 years ago

Sent a patch for the "code side".