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 75d6c800 Email only handles missing ICLA currently
75d6c800 is described below
commit 75d6c800d9d5ec65c4250d0bd97fc78f51cf9c27
Author: Sebb <[email protected]>
AuthorDate: Sun Jun 1 21:29:53 2025 +0100
Email only handles missing ICLA currently
---
www/secretary/icla-lint.cgi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/www/secretary/icla-lint.cgi b/www/secretary/icla-lint.cgi
index d3b8eb5d..3392653e 100755
--- a/www/secretary/icla-lint.cgi
+++ b/www/secretary/icla-lint.cgi
@@ -165,8 +165,10 @@ _html do
end
_td do
- _button 'email', data_email: "#{name} <#{email}>#{apachemail}",
- data_issue: note, data_name: name
+ if note.start_with? ('missing') # email only applies to missing
ICLA currently
+ _button 'email', data_email: "#{name} <#{email}>#{apachemail}",
+ data_issue: note, data_name: name
+ end
_span note
end