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 0ae53188 Drop unnecessary qualifier 0ae53188 is described below commit 0ae531881db5641e8e3d787a8bbf7215a5cce004 Author: Sebb <sebb...@users.noreply.github.com> AuthorDate: Mon Apr 7 10:14:56 2025 +0100 Drop unnecessary qualifier --- www/secretary/workbench/views/actions/parse-icla.json.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/secretary/workbench/views/actions/parse-icla.json.rb b/www/secretary/workbench/views/actions/parse-icla.json.rb index cd67ef86..8bdaaa74 100644 --- a/www/secretary/workbench/views/actions/parse-icla.json.rb +++ b/www/secretary/workbench/views/actions/parse-icla.json.rb @@ -23,7 +23,7 @@ if attachment.end_with? '.pdf' project = parsed[:Project] if project parsed[:PDFProject] = project.dup # retain the original value - project = project.downcase.sub('apache ', '').sub('(podling)', '').strip + project = project.downcase.sub('apache ', '').sub('(podling)', '').sub(' project', '').strip projects = (ASF::Podling.current + ASF::Committee.pmcs).map(&:name) if projects.include? project parsed[:Project] = project