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

sebb 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 ea306e8a Not a nomination
ea306e8a is described below

commit ea306e8af095b14149bc9799ef1c09e4388ee9f2
Author: Sebb <[email protected]>
AuthorDate: Tue Feb 13 17:51:47 2024 +0000

    Not a nomination
---
 www/members/board-nominations.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/members/board-nominations.cgi 
b/www/members/board-nominations.cgi
index 5786939e..2c7ee5d3 100755
--- a/www/members/board-nominations.cgi
+++ b/www/members/board-nominations.cgi
@@ -36,6 +36,7 @@ def setup_data
     yaml.each do |key, value|
       subject = value[:Subject]
       next unless subject
+      next if subject.include? 'What to expect'
       date = value[:Date]
       next unless date.include? year
       next unless /^\[?BOARD NOMI[MN]ATION\]? *(?<name>.*)/i =~ subject

Reply via email to