This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new cb24b69  no longer needed
cb24b69 is described below

commit cb24b6909eb7ee0442c419859471a35608ffc473
Author: Sebb <[email protected]>
AuthorDate: Wed Feb 9 13:54:40 2022 +0000

    no longer needed
---
 www/roster/models/ppmc.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/models/ppmc.rb b/www/roster/models/ppmc.rb
index 69b1059..80ea070 100644
--- a/www/roster/models/ppmc.rb
+++ b/www/roster/models/ppmc.rb
@@ -5,7 +5,7 @@ class PPMC
     return unless ppmc # Not found
 
     lists = ASF::Mail.lists(true).select do |list, _|
-      list =~ /^(incubator-)?#{ppmc.mail_list}\b/
+      list =~ /^#{ppmc.mail_list}\b/
     end
 
     committers = ppmc.members

Reply via email to