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
commit 618f16106ef1ffc835eb57d66e76b0db0a2237aa Author: Sam Ruby <[email protected]> AuthorDate: Wed Oct 18 11:05:12 2017 -0400 don't need chairs on establish position 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 5c59791..a95b270 100644 --- a/lib/whimsy/asf/agenda/special.rb +++ b/lib/whimsy/asf/agenda/special.rb @@ -120,7 +120,7 @@ class ASF::Board::Agenda end end - need_chair = true + need_chair = true unless fulltitle =~ /Establish.*position/i end if need_chair -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
