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 2017/12/17 23:41:00 UTC

[whimsy] branch master updated: Don't require chairs for terminate 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 7ccca33  Don't require chairs for terminate resolutions
     new 9d90213  Merge branch 'master' of github.com:apache/whimsy
7ccca33 is described below

commit 7ccca333c02a85f5ee354eddf99c393427b87d5d
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Dec 17 18:38:59 2017 -0500

    Don't require chairs for terminate resolutions
---
 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 068cbbe..51d13be 100644
--- a/lib/whimsy/asf/agenda/special.rb
+++ b/lib/whimsy/asf/agenda/special.rb
@@ -106,7 +106,7 @@ class ASF::Board::Agenda
           attrs['names'] = committee.names
         end
 
-        need_chair = true
+        need_chair = true unless title.start_with? 'Terminate'
       else
         if title =~ /Establish (.*)/
           name = $1

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].