You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/05/10 09:59:41 UTC

[whimsy] branch master updated: whitelist Establish...Committee

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

rubys 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 4187dd5  whitelist Establish...Committee
4187dd5 is described below

commit 4187dd5369734986d10234114feb1df1a8bb7e77
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri May 10 05:59:19 2019 -0400

    whitelist Establish...Committee
---
 lib/whimsy/asf/agenda/special.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/agenda/special.rb b/lib/whimsy/asf/agenda/special.rb
index f0ca10e..ecd2645 100644
--- a/lib/whimsy/asf/agenda/special.rb
+++ b/lib/whimsy/asf/agenda/special.rb
@@ -47,7 +47,7 @@ class ASF::Board::Agenda
       end
 
       title_checks = {
-        /^Establish/i => /^Establish the Apache .* Project$/,
+        /^Establish/i => /^Establish the Apache .* (Project|Committee)$/,
         /^Change.*Chair/i => /^Change the Apache .* Project Chair$/,
         /^Terminate/i => /^Terminate the Apache .* Project$/,
       }