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 e551dcf7 Don't match 'sponsors' here or can steal from thanks
e551dcf7 is described below
commit e551dcf70ab49bc29dadeac5b340281fb9f2e13e
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 2 22:46:05 2025 +0000
Don't match 'sponsors' here or can steal from thanks
---
lib/whimsy/sitestandards.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/whimsy/sitestandards.rb b/lib/whimsy/sitestandards.rb
index 169387f8..59c4658b 100644
--- a/lib/whimsy/sitestandards.rb
+++ b/lib/whimsy/sitestandards.rb
@@ -86,8 +86,8 @@ module SiteStandards
CHECK_DOC => '"Security" should link to either to a project-specific
page [...], or to the main http://www.apache.org/security/ page.',
},
'sponsorship' => { # link_check ['sponsorship', 'donate', 'sponsor
apache','sponsoring apache'].include? a_text
- CHECK_TEXT =>
%r{sponsorship|\bdonate\b|sponsor\sapache|sponsoring\sapache|sponsor},
- CHECK_CAPTURE =>
%r{sponsorship|\bdonate\b|sponsor\sapache|sponsoring\sapache|sponsor},
+ CHECK_TEXT =>
%r{sponsorship|\bdonate\b|sponsor\sapache|sponsoring\sapache|\bsponsor\b},
+ CHECK_CAPTURE =>
%r{sponsorship|\bdonate\b|sponsor\sapache|sponsoring\sapache|\bsponsor\b},
CHECK_VALIDATE => %r{^https?://.*apache.org/foundation/sponsorship},
CHECK_TYPE => 'href',
CHECK_POLICY =>
'https://www.apache.org/foundation/marks/pmcs#navigation',