Integrated: 843: Mails are not forwarded to a closed PR any more

Robin Westberg rwestberg at openjdk.java.net
Wed Apr 14 11:50:38 UTC 2021


On Wed, 31 Mar 2021 06:52:06 GMT, Robin Westberg <rwestberg at openjdk.org> wrote:

> When bridging emails from mailing lists to pull requests, it is necessary to look at lists that can contain cross-posts as a single source. Otherwise, parts of a thread may be missed as it is only found on a certain list, while other parts are on another list. This is commonly the case for the jdk repositories which has its reviews split over many lists.
> 
> To facilitate this, a MailingList can now be sourced from multiple actual lists, and is setup in that way when bridging repositories that are configured to use multiple lists for reviews. Sending mails are now done through the MailingListServer instead, as the actual target of a mail has always been decided by the email headers, and not the list send() was invoked on.

This pull request has now been integrated.

Changeset: f8abe353
Author:    Robin Westberg <rwestberg at openjdk.org>
URL:       https://git.openjdk.java.net/skara/commit/f8abe353
Stats:     921 lines in 24 files changed: 456 ins; 315 del; 150 mod

843: Mails are not forwarded to a closed PR any more

Reviewed-by: ehelin

-------------

PR: https://git.openjdk.java.net/skara/pull/1103


More information about the skara-dev mailing list