From f736356f0e7710f1d6239c202de06a91b3103864 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 3 Aug 2026 17:52:25 -0500 Subject: [PATCH] Website: update contact form button (#50477) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - updated the submit button on the "Talk to us" form ("Talk to an engineer" » "Pick a time") - Updated the GitHub webhook to add ~ga4-annotation labels to pull requests that change the contact page ## Summary by CodeRabbit * **New Features** * Updated the contact form button label to “Pick a time” for clearer scheduling intent. --- website/api/controllers/webhooks/receive-from-github.js | 2 +- website/views/pages/contact.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/api/controllers/webhooks/receive-from-github.js b/website/api/controllers/webhooks/receive-from-github.js index 8655ba08c6..d7425b0608 100644 --- a/website/api/controllers/webhooks/receive-from-github.js +++ b/website/api/controllers/webhooks/receive-from-github.js @@ -380,7 +380,7 @@ module.exports = { }, baseHeaders).retry(), 'filename');// (don't worry, it's the whole path, not the filename) // Create an array of paths that will determine if the "~ga4-annotation" label will be automatically added to this PR. - let CHANGED_PATHS_THAT_CREATE_ANALYTICS_ANNOTATIONS = [ 'website/views/pages/homepage.ejs', 'website/views/pages/pricing.ejs', 'website/views/partials/primary-tagline.partial.ejs']; + let CHANGED_PATHS_THAT_CREATE_ANALYTICS_ANNOTATIONS = [ 'website/views/pages/homepage.ejs', 'website/views/pages/pricing.ejs', 'website/views/partials/primary-tagline.partial.ejs', 'website/views/pages/contact.ejs']; let prShouldCreateGoogleAnalyticsAnnotation = false; // For each changed file, decide what reviewer to request, if any… diff --git a/website/views/pages/contact.ejs b/website/views/pages/contact.ejs index db641f1236..3409e11d00 100644 --- a/website/views/pages/contact.ejs +++ b/website/views/pages/contact.ejs @@ -119,7 +119,7 @@
- Talk to an engineer + Pick a time