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 2018/03/24 15:29:06 UTC

[whimsy] branch master updated: extract new chairs from Change Chair resolutions

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 0c590bd  extract new chairs from Change Chair resolutions
0c590bd is described below

commit 0c590bd7489dfc5a83148d00e03bca408bec4f3b
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Mar 24 11:28:44 2018 -0400

    extract new chairs from Change Chair resolutions
---
 lib/whimsy/asf/agenda/special.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/whimsy/asf/agenda/special.rb b/lib/whimsy/asf/agenda/special.rb
index e6a3754..ae390c1 100644
--- a/lib/whimsy/asf/agenda/special.rb
+++ b/lib/whimsy/asf/agenda/special.rb
@@ -106,6 +106,8 @@ class ASF::Board::Agenda
           attrs['names'] = committee.names
         end
 
+        need_chair = true if title =~ /Change (.*?) Chair/
+
       elsif title =~ /Establish (.*)/
         name = $1
         attrs['prior_reports'] =

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.