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/10/14 12:22:44 UTC

[whimsy] branch master updated: pick up incubator

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 7c5c607  pick up incubator
7c5c607 is described below

commit 7c5c6074c6ea8397aa9d7fd0ae762c0ac0e5a360
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Oct 14 08:22:21 2017 -0400

    pick up incubator
---
 lib/whimsy/asf/board.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/board.rb b/lib/whimsy/asf/board.rb
index 05bf3bf..6e82d5a 100644
--- a/lib/whimsy/asf/board.rb
+++ b/lib/whimsy/asf/board.rb
@@ -31,7 +31,7 @@ module ASF
       month = meeting.strftime('%B')
       ASF::Committee.load_committee_info
       ASF::Committee.pmcs.select do |pmc| 
-        pmc.report.split(', ').include? month or
+        pmc.report.split(', ').include? month or pmc.report == 'Every month' or
         pmc.report.start_with? 'Next month'
       end
     end

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