You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/11/22 17:21:31 UTC

[whimsy] branch master updated: title no longer needs to be consulted

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 d5fafc1  title no longer needs to be consulted
d5fafc1 is described below

commit d5fafc17753bf751af2eef366212a771911dd89f
Author: Sebb <se...@apache.org>
AuthorDate: Sun Nov 22 17:21:22 2020 +0000

    title no longer needs to be consulted
---
 lib/whimsy/asf/podling.rb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lib/whimsy/asf/podling.rb b/lib/whimsy/asf/podling.rb
index 7402f7d..94a82f8 100644
--- a/lib/whimsy/asf/podling.rb
+++ b/lib/whimsy/asf/podling.rb
@@ -446,12 +446,6 @@ module ASF
           name = nil if name =~ /^\s*This/ or name !~ /[A-Za-z]{3}/ or name =~ %r{^N/A}
         end
 
-        name ||= title[/Establish (?:[wW]h?ether|weather)? ['"“]?(?:Apache )?(.+?)['"”]? (?:is|would be|as) a [sS]uitable/, 1]
-        name ||= title[/Determine if (.+?) is a suitable/, 1]
-        name ||= title[/Name [sS]earch for (.+)/, 1]
-        name ||= title[/(?:Apache )?(.+?) name search/, 1]
-        name ||= title[/Is (?:Apache )?(.+?) a suitable (?:project )?name/, 1]
-        name&.sub! 'Apache ', ''
         next unless name
 
         [name, {issue: issue['key'], resolution: resolution}]